4 references to Pattern
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
88if ( pattern == WindowPattern.Pattern )
MS\Internal\Automation\Schema.cs (1)
462new AutomationPatternInfo( WindowPattern.Pattern, WindowProperties, new WrapObjectClientSide(WindowPattern.Wrap) ),
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
97rawEl.GetCurrentPattern(WindowPattern.Pattern);
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
94if (!rawEl.TryGetCurrentPattern(WindowPattern.Pattern, out patternObject))