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