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