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