3 writes to IsOpen
PresentationFramework (3)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
120contextMenu.IsOpen = true;
MS\Internal\Documents\DocumentViewerHelper.cs (1)
429cm.IsOpen = true;
System\windows\Documents\TextEditorContextMenu.cs (1)
224contextMenu.IsOpen = true;
6 references to IsOpen
PresentationFramework (5)
System\Windows\Controls\ContextMenu.cs (5)
419if (e.Handled || !IsOpen) 457if (!e.Handled && IsOpen && e.Key == Key.Apps) 563if (!cm.IsOpen) // Check that the menu is still closed 579if (IsOpen) 587if (cm.IsOpen) // Check that the menu is still open
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
227if (IsOpen)