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