4 writes to IsOpen
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
140ContextMenu.IsOpen = true;
PresentationFramework (3)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
113contextMenu.IsOpen = true;
MS\Internal\Documents\DocumentViewerHelper.cs (1)
426cm.IsOpen = true;
System\windows\Documents\TextEditorContextMenu.cs (1)
221contextMenu.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)
410if (e.Handled || !IsOpen) 448if (!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)
224if (IsOpen)