5 references to StaysOpenProperty
PresentationFramework (5)
System\Windows\Controls\ContextMenu.cs (1)
299
Popup.
StaysOpenProperty
.AddOwner(typeof(ContextMenu));
System\Windows\Controls\Primitives\Popup.cs (3)
552
get { return (bool) GetValue(
StaysOpenProperty
); }
553
set { SetValue(
StaysOpenProperty
, BooleanBoxes.Box(value)); }
949
popup.SetBinding(
StaysOpenProperty
, binding);
System\Windows\Controls\ToolTip.cs (1)
330
Popup.
StaysOpenProperty
.AddOwner(typeof(ToolTip));