3 references to TryGetCurrentPattern
UIAutomationClient (3)
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
86
if (!rawEl.
TryGetCurrentPattern
(WindowPattern.Pattern, out patternObject))
System\Windows\Automation\AutomationElement.cs (2)
561
if (!
TryGetCurrentPattern
(pattern, out retObject))
845
if (pi.ID != null &&
TryGetCurrentPattern
(pi.ID, out patternObject))