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