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