3 references to TopmostProperty
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
1622return (bool) GetValue(TopmostProperty); 1631SetValue(TopmostProperty, BooleanBoxes.Box(value)); 5800bool isTopmost = (bool)GetValue(TopmostProperty);