4 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2369
s_patternInfo[ScrollPatternIdentifiers.
Pattern
.Id] = new PatternInfo(ScrollPatternIdentifiers.
Pattern
.Id, new WrapObject(ScrollProviderWrapper.Wrap), PatternInterface.Scroll);
UIAutomationClient (1)
System\Windows\Automation\ScrollPattern.cs (1)
49
public static readonly AutomationPattern Pattern = ScrollPatternIdentifiers.
Pattern
;
UIAutomationTypes (1)
System\Windows\Automation\ControlType.cs (1)
237
new AutomationPattern[] { ScrollPatternIdentifiers.
Pattern
} ,