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