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