System.Windows.Automation.ScrollPattern.ScrollPatternInformation.ScrollPatternInformation C# (CSharp) Method

ScrollPatternInformation() private method

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