4 writes to IsOpen
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
140ContextMenu.IsOpen = true;
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;
7 references to IsOpen
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
159if (!ContextMenu.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)