3 references to TCM_GETITEMRECT
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1125
PInvokeCore.SendMessage(this, PInvoke.
TCM_GETITEMRECT
, (WPARAM)index, ref rect);
System.Windows.Forms.Tests (2)
System\Windows\Forms\TabControlTests.cs (2)
3739
if (m.Msg == (int)PInvoke.
TCM_GETITEMRECT
)
3769
if (MakeInvalid && m.Msg == (int)PInvoke.
TCM_GETITEMRECT
)