15 references to MEASUREITEMSTRUCT
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ComboBox.cs (3)
3631
NativeMethods.
MEASUREITEMSTRUCT
mis = (NativeMethods.
MEASUREITEMSTRUCT
)m.GetLParam(typeof(NativeMethods.
MEASUREITEMSTRUCT
));
winforms\Managed\System\WinForms\Control.cs (3)
13185
NativeMethods.
MEASUREITEMSTRUCT
mis = (NativeMethods.
MEASUREITEMSTRUCT
)m.GetLParam(typeof(NativeMethods.
MEASUREITEMSTRUCT
));
winforms\Managed\System\WinForms\ListBox.cs (3)
2362
NativeMethods.
MEASUREITEMSTRUCT
mis = (NativeMethods.
MEASUREITEMSTRUCT
)m.GetLParam(typeof(NativeMethods.
MEASUREITEMSTRUCT
));
winforms\Managed\System\WinForms\MenuItem.cs (3)
1522
NativeMethods.
MEASUREITEMSTRUCT
mis = (NativeMethods.
MEASUREITEMSTRUCT
)m.GetLParam(typeof(NativeMethods.
MEASUREITEMSTRUCT
));
winforms\Managed\System\WinForms\NotifyIcon.cs (3)
952
NativeMethods.
MEASUREITEMSTRUCT
mis = (NativeMethods.
MEASUREITEMSTRUCT
)m.GetLParam(typeof(NativeMethods.
MEASUREITEMSTRUCT
));