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