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