4 writes to IsOpen
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
140ContextMenu.IsOpen = true;
PresentationFramework (3)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
112contextMenu.IsOpen = true;
MS\Internal\Documents\DocumentViewerHelper.cs (1)
427cm.IsOpen = true;
System\windows\Documents\TextEditorContextMenu.cs (1)
222contextMenu.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)
411if (e.Handled || !IsOpen) 449if (!e.Handled && IsOpen && e.Key == Key.Apps) 555if (!cm.IsOpen) // Check that the menu is still closed 571if (IsOpen) 579if (cm.IsOpen) // Check that the menu is still open
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
225if (IsOpen)