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