6 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2371s_patternInfo[ExpandCollapsePatternIdentifiers.Pattern.Id] = new PatternInfo(ExpandCollapsePatternIdentifiers.Pattern.Id, new WrapObject(ExpandCollapseProviderWrapper.Wrap), PatternInterface.ExpandCollapse);
UIAutomationClient (1)
System\Windows\Automation\ExpandCollapsePattern.cs (1)
44public static readonly AutomationPattern Pattern = ExpandCollapsePatternIdentifiers.Pattern;
UIAutomationTypes (3)
System\Windows\Automation\ControlType.cs (3)
145new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, ExpandCollapsePatternIdentifiers.Pattern } 173new AutomationPattern[] { ExpandCollapsePatternIdentifiers.Pattern }, 244new AutomationPattern[] { ExpandCollapsePatternIdentifiers.Pattern },