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