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