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