3 references to TBM_GETLINESIZE
System.Windows.Forms.Tests (3)
TrackBarTests.cs (3)
846
Assert.Equal(11, (int)PInvokeCore.SendMessage(control, PInvoke.
TBM_GETLINESIZE
));
1749
Assert.Equal(value, (int)PInvokeCore.SendMessage(control, PInvoke.
TBM_GETLINESIZE
));
1758
Assert.Equal(value, (int)PInvokeCore.SendMessage(control, PInvoke.
TBM_GETLINESIZE
));