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