2 writes to _nativeMenuHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
124
_nativeMenuHandle
= hmenu;
1090
internal void SetNativeTargetMenu(HMENU hmenu) =>
_nativeMenuHandle
= hmenu;
8 references to _nativeMenuHandle
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (8)
233
&& !
_nativeMenuHandle
.IsNull
585
if (_nativeMenuCommandID == -1 ||
_nativeMenuHandle
== IntPtr.Zero)
598
PInvoke.GetMenuItemInfo(
_nativeMenuHandle
, (uint)_nativeMenuCommandID, fByPosition: false, ref info);
605
if (_nativeMenuCommandID == -1 ||
_nativeMenuHandle
== IntPtr.Zero)
621
PInvoke.GetMenuItemInfo(
_nativeMenuHandle
, (uint)_nativeMenuCommandID, fByPosition: false, ref info);
633
PInvoke.GetMenuItemInfo(
_nativeMenuHandle
, (uint)_nativeMenuCommandID, fByPosition: false, ref info);
657
if (_nativeMenuCommandID == -1 ||
_nativeMenuHandle
.IsNull)
670
PInvoke.GetMenuItemInfo(
_nativeMenuHandle
, (uint)_nativeMenuCommandID, fByPosition: false, ref info);