5 writes to UseCompatibleTextRenderingInternal
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1256
set =>
UseCompatibleTextRenderingInternal
= value;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
278
set =>
UseCompatibleTextRenderingInternal
= value;
System\Windows\Forms\Controls\Labels\Label.cs (1)
759
UseCompatibleTextRenderingInternal
= value;
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
247
set =>
UseCompatibleTextRenderingInternal
= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
54
control.
UseCompatibleTextRenderingInternal
= _ownerGrid.UseCompatibleTextRendering;
7 references to UseCompatibleTextRenderingInternal
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
3393
if (SupportsUseCompatibleTextRendering &&
UseCompatibleTextRenderingInternal
!= value)
3410
/// <see cref="
UseCompatibleTextRenderingInternal
"/> to the same value if the child control supports it.
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1255
get =>
UseCompatibleTextRenderingInternal
;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
277
get =>
UseCompatibleTextRenderingInternal
;
System\Windows\Forms\Controls\Labels\Label.cs (2)
749
return
UseCompatibleTextRenderingInternal
;
757
if (
UseCompatibleTextRenderingInternal
!= value)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
246
get =>
UseCompatibleTextRenderingInternal
;