System.Windows.Automation.DragPattern.DragPatternInformation.DragPatternInformation C# (CSharp) Method

DragPatternInformation() private method

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