System.Windows.Automation.GridItemPattern.GridItemPatternInformation.GridItemPatternInformation C# (CSharp) Method

GridItemPatternInformation() private method

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