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