2 writes to UseCompatibleTextRendering
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
122(c as CheckedListBox).UseCompatibleTextRendering = false;
System.Windows.Forms.Tests (1)
CheckedListBoxTests.cs (1)
687checkedListBox.UseCompatibleTextRendering = value;
3 references to UseCompatibleTextRendering
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
632if (UseCompatibleTextRendering)
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (2)
20box.UseCompatibleTextRendering.Should().BeTrue(); 688checkedListBox.UseCompatibleTextRendering.Should().Be(value);