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