2 writes to _nativeMenuHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
124_nativeMenuHandle = hmenu; 1090internal 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 585if (_nativeMenuCommandID == -1 || _nativeMenuHandle == IntPtr.Zero) 598PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 605if (_nativeMenuCommandID == -1 || _nativeMenuHandle == IntPtr.Zero) 621PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 633PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 657if (_nativeMenuCommandID == -1 || _nativeMenuHandle.IsNull) 670PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info);