7 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2367
s_patternInfo[ValuePatternIdentifiers.
Pattern
.Id] = new PatternInfo(ValuePatternIdentifiers.
Pattern
.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value);
UIAutomationClient (1)
System\Windows\Automation\ValuePattern.cs (1)
47
public static readonly AutomationPattern Pattern = ValuePatternIdentifiers.
Pattern
;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
137
new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.
Pattern
, SelectionPatternIdentifiers.Pattern }
149
new AutomationPattern[] { ValuePatternIdentifiers.
Pattern
}
178
new AutomationPattern[] { ValuePatternIdentifiers.
Pattern
}
235
new AutomationPattern[] { ValuePatternIdentifiers.
Pattern
},