9 references to TextControlBorder
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
19319
using var pen = VisualStyleInformation.
TextControlBorder
.GetCachedPenScope();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2328
using var pen = VisualStyleInformation.
TextControlBorder
.GetCachedPenScope();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6900
using var pen = VisualStyleInformation.
TextControlBorder
.GetCachedPenScope();
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2894
using var pen = VisualStyleInformation.
TextControlBorder
.GetCachedPenScope();
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
827
using var pen = VisualStyleInformation.
TextControlBorder
.GetCachedPenScope();
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3152
using var pen = VisualStyleInformation.
TextControlBorder
.GetCachedPenScope();
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2021
using var borderPen = VisualStyles.VisualStyleInformation.
TextControlBorder
.GetCachedPenScope();
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\VisualStyleInformationTests.cs (2)
143
Color color = VisualStyleInformation.
TextControlBorder
;
145
Assert.Equal(color, VisualStyleInformation.
TextControlBorder
);