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