7 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2368
s_patternInfo[ValuePatternIdentifiers.
Pattern
.Id] = new PatternInfo(ValuePatternIdentifiers.
Pattern
.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value);
UIAutomationClient (1)
System\Windows\Automation\ValuePattern.cs (1)
48
public static readonly AutomationPattern Pattern = ValuePatternIdentifiers.
Pattern
;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
138
new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.
Pattern
, SelectionPatternIdentifiers.Pattern }
150
new AutomationPattern[] { ValuePatternIdentifiers.
Pattern
}
179
new AutomationPattern[] { ValuePatternIdentifiers.
Pattern
}
236
new AutomationPattern[] { ValuePatternIdentifiers.
Pattern
},