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