5 writes to UseCompatibleTextRenderingInternal
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1256set => UseCompatibleTextRenderingInternal = value;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
278set => UseCompatibleTextRenderingInternal = value;
System\Windows\Forms\Controls\Labels\Label.cs (1)
759UseCompatibleTextRenderingInternal = value;
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
247set => UseCompatibleTextRenderingInternal = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
54control.UseCompatibleTextRenderingInternal = _ownerGrid.UseCompatibleTextRendering;
7 references to UseCompatibleTextRenderingInternal
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
3393if (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)
1255get => UseCompatibleTextRenderingInternal;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
277get => UseCompatibleTextRenderingInternal;
System\Windows\Forms\Controls\Labels\Label.cs (2)
749return UseCompatibleTextRenderingInternal; 757if (UseCompatibleTextRenderingInternal != value)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
246get => UseCompatibleTextRenderingInternal;