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