3 references to IsTopmostProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
371
new AutomationPropertyInfo( convertToBool, WindowPattern.
IsTopmostProperty
, typeof(bool), false ),
459
WindowPattern.
IsTopmostProperty
};
System\Windows\Automation\WindowPattern.cs (1)
318
return (bool)_el.GetPatternPropertyValue(
IsTopmostProperty
, _useCache);