2 references to StaysOpenProperty
PresentationFramework (2)
System\Windows\Controls\ContextMenu.cs (2)
298get { return (bool) GetValue(StaysOpenProperty); } 299set { SetValue(StaysOpenProperty, value); }