3 references to TopmostProperty
PresentationFramework (3)
System\Windows\Window.cs (3)
1514return (bool) GetValue(TopmostProperty); 1523SetValue(TopmostProperty, BooleanBoxes.Box(value)); 5465bool isTopmost = (bool)GetValue(TopmostProperty);