6 references to IsOpenProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\ContextMenu.cs (5)
151
get { return (bool) GetValue(
IsOpenProperty
); }
152
set { SetValue(
IsOpenProperty
, BooleanBoxes.Box(value)); }
519
SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
593
cm.SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
620
SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
902
cm.SetCurrentValueInternal(ContextMenu.
IsOpenProperty
, BooleanBoxes.TrueBox);