System.Windows.Automation.DropTargetPattern.DropTargetPatternInformation.DropTargetPatternInformation C# (CSharp) Method

DropTargetPatternInformation() private method

private DropTargetPatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
return System
            internal DropTargetPatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }
DropTargetPattern.DropTargetPatternInformation