System.Windows.Automation.StylesPattern.StylesPatternInformation.StylesPatternInformation C# (CSharp) Method

StylesPatternInformation() private method

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