7 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2373
s_patternInfo[GridPatternIdentifiers.
Pattern
.Id] = new PatternInfo(GridPatternIdentifiers.
Pattern
.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.Grid);
UIAutomationClient (1)
System\Windows\Automation\GridPattern.cs (1)
45
public static readonly AutomationPattern Pattern = GridPatternIdentifiers.
Pattern
;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
138
new AutomationPattern[] { GridPatternIdentifiers.
Pattern
, ValuePatternIdentifiers.Pattern, SelectionPatternIdentifiers.Pattern }
165
new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, TablePatternIdentifiers.Pattern, GridPatternIdentifiers.
Pattern
, MultipleViewPatternIdentifiers.Pattern }
224
new AutomationPattern[] { GridPatternIdentifiers.
Pattern
},
267
new AutomationPattern[] { GridPatternIdentifiers.
Pattern
},