2 references to InContextMenu
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1362get { return _bits[(int)Bits.InContextMenu]; } 1363set { _bits[(int)Bits.InContextMenu] = value; }