4 references to SetTabStops
System.Drawing.Common.Tests (2)
System\Drawing\StringFormatTests.cs (2)
153
format.
SetTabStops
(firstTabOffset, tabStops);
163
Assert.Throws<ArgumentNullException>(() => format.
SetTabStops
(0, null));
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (2)
655
format.
SetTabStops
(0, tabStops);
663
format.
SetTabStops
(0, tabStops);