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)
687
checkedListBox.
UseCompatibleTextRendering
= value;
3 references to UseCompatibleTextRendering
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
632
if (
UseCompatibleTextRendering
)
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (2)
20
box.
UseCompatibleTextRendering
.Should().BeTrue();
688
checkedListBox.
UseCompatibleTextRendering
.Should().Be(value);