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