8 references to TBM_GETRANGEMIN
System.Windows.Forms.Tests (8)
TrackBarTests.cs (8)
793Assert.Equal(11, (int)PInvokeCore.SendMessage(control, PInvoke.TBM_GETRANGEMIN)); 1089Assert.Equal(0, (int)PInvokeCore.SendMessage(control, PInvoke.TBM_GETRANGEMIN)); 1104Assert.Equal(0, (int)PInvokeCore.SendMessage(control, PInvoke.TBM_GETRANGEMIN)); 1152Assert.Equal(5, (int)PInvokeCore.SendMessage(control, PInvoke.TBM_GETRANGEMIN)); 1228Assert.Equal(value, (int)PInvokeCore.SendMessage(control, PInvoke.TBM_GETRANGEMIN)); 1242Assert.Equal(value, (int)PInvokeCore.SendMessage(control, PInvoke.TBM_GETRANGEMIN)); 1290Assert.Equal(12, (int)PInvokeCore.SendMessage(control, PInvoke.TBM_GETRANGEMIN)); 3101Assert.Equal(expectedMinimum, (int)PInvokeCore.SendMessage(control, PInvoke.TBM_GETRANGEMIN));