5 references to StaysOpenProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
303
Popup.
StaysOpenProperty
.AddOwner(typeof(ContextMenu));
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
550
get { return (bool) GetValue(
StaysOpenProperty
); }
551
set { SetValue(
StaysOpenProperty
, BooleanBoxes.Box(value)); }
953
popup.SetBinding(
StaysOpenProperty
, binding);
src\Framework\System\Windows\Controls\ToolTip.cs (1)
340
Popup.
StaysOpenProperty
.AddOwner(typeof(ToolTip));