6 references to GetMouseId
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (2)
134openMouseId = (ParentInternal == null) ? (byte)0: ParentInternal.GetMouseId(); 145byte closeMouseId = (ParentInternal == null) ? (byte)0: ParentInternal.GetMouseId();
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
977openMouseId = (ParentInternal == null) ? (byte)0: ParentInternal.GetMouseId(); 985byte closeMouseId = (ParentInternal == null) ? (byte)0: ParentInternal.GetMouseId();
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (2)
519openMouseId = (ParentInternal == null) ? (byte)0: ParentInternal.GetMouseId(); 547byte closeMouseId = (ParentInternal == null) ? (byte)0: ParentInternal.GetMouseId();