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