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