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