5 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2381s_patternInfo[TransformPatternIdentifiers.Pattern.Id] = new PatternInfo(TransformPatternIdentifiers.Pattern.Id, new WrapObject(TransformProviderWrapper.Wrap), PatternInterface.Transform);
UIAutomationClient (1)
System\Windows\Automation\TransformPattern.cs (1)
44public static readonly AutomationPattern Pattern = TransformPatternIdentifiers.Pattern;
UIAutomationTypes (2)
System\Windows\Automation\ControlType.cs (2)
249new AutomationPattern[] { TransformPatternIdentifiers.Pattern }, 255new AutomationPattern[] { TransformPatternIdentifiers.Pattern }