5 references to StaysOpenProperty
PresentationFramework (5)
System\Windows\Controls\ContextMenu.cs (1)
291Popup.StaysOpenProperty.AddOwner(typeof(ContextMenu));
System\Windows\Controls\Primitives\Popup.cs (3)
545get { return (bool) GetValue(StaysOpenProperty); } 546set { SetValue(StaysOpenProperty, BooleanBoxes.Box(value)); } 942popup.SetBinding(StaysOpenProperty, binding);
System\Windows\Controls\ToolTip.cs (1)
317Popup.StaysOpenProperty.AddOwner(typeof(ToolTip));