System.Windows.Automation.DockPattern.DockPatternInformation.DockPatternInformation C# (CSharp) Method

DockPatternInformation() private method

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