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