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