62 references to Fixed3D
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
77
this.flowLayoutPanelMain.BorderStyle = System.Windows.Forms.BorderStyle.
Fixed3D
;
System.Windows.Forms (55)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatStyle.Docs.cs (1)
23
/// single-line <see cref="BorderStyle.
Fixed3D
"/> TextBox whose Padding includes the same inset. Prefer
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
542
BorderStyle.
Fixed3D
,
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1109
if (BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
19309
if (BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\Labels\Label.cs (3)
35
private static readonly BitVector32.Section s_stateBorderStyle = BitVector32.CreateSection((int)BorderStyle.
Fixed3D
, s_stateFlatStyle);
294
case BorderStyle.
Fixed3D
:
1020
if (BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (4)
68
private BorderStyle _borderStyle = BorderStyle.
Fixed3D
;
202
[DefaultValue(BorderStyle.
Fixed3D
)]
290
case BorderStyle.
Fixed3D
:
2324
if (((nint)m.LParamInternal & PInvoke.PRF_NONCLIENT) != 0 && Application.RenderWithVisualStyles && BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
53
private BorderStyle _borderStyle = BorderStyle.
Fixed3D
;
415
[DefaultValue(BorderStyle.
Fixed3D
)]
662
case BorderStyle.
Fixed3D
:
6959
if (((nint)m.LParamInternal & PInvoke.PRF_NONCLIENT) != 0 && Application.RenderWithVisualStyles && BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
202
case BorderStyle.
Fixed3D
:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3390
if (BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
214
case BorderStyle.
Fixed3D
:
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
1792
if (Application.RenderWithVisualStyles && IsHandleCreated && BorderStyle == BorderStyle.
Fixed3D
)
2888
&& BorderStyle == BorderStyle.
Fixed3D
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
586
if (Application.RenderWithVisualStyles && IsHandleCreated && BorderStyle == BorderStyle.
Fixed3D
)
849
&& BorderStyle == BorderStyle.
Fixed3D
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (10)
54
private BorderStyle _borderStyle = BorderStyle.
Fixed3D
;
353
[DefaultValue(BorderStyle.
Fixed3D
)]
451
case BorderStyle.
Fixed3D
:
884
if (AutoSize && !Multiline && BorderStyle == BorderStyle.
Fixed3D
)
1812
if (BorderStyle == BorderStyle.
Fixed3D
)
1831
if (BorderStyle == BorderStyle.
Fixed3D
)
2656
/// Paints the modern Visual Styles non-client chrome (border, rounded <see cref="BorderStyle.
Fixed3D
"/>
2718
if (BorderStyle == BorderStyle.
Fixed3D
&& canRenderRoundedChrome)
2742
case BorderStyle.
Fixed3D
:
2770
if (BorderStyle == BorderStyle.
Fixed3D
&& canRenderRoundedChrome)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (2)
85
BorderStyle = BorderStyle.
Fixed3D
,
214
[DefaultValue(BorderStyle.
Fixed3D
)]
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
73
return ((BorderStyle == BorderStyle.
Fixed3D
) &&
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
150
private BorderStyle _borderStyle = BorderStyle.
Fixed3D
;
278
[DefaultValue(BorderStyle.
Fixed3D
)]
352
case BorderStyle.
Fixed3D
:
3351
&& Application.RenderWithVisualStyles && BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (1)
76
[DefaultValue(BorderStyle.
Fixed3D
)]
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (9)
32
private const BorderStyle DefaultBorderStyle = BorderStyle.
Fixed3D
;
192
[DefaultValue(BorderStyle.
Fixed3D
)]
243
case BorderStyle.
Fixed3D
:
381
if (_borderStyle == BorderStyle.
Fixed3D
)
1001
BorderStyle.
Fixed3D
=> ModernControlVisualStyles.Fixed3DBorderPadding,
1123
case BorderStyle.
Fixed3D
:
1149
if (_borderStyle == BorderStyle.
Fixed3D
&& canRenderRoundedChrome)
1161
else if (Focused && _borderStyle == BorderStyle.
Fixed3D
)
1188
if (!UseSideBySideButtons || _borderStyle != BorderStyle.
Fixed3D
)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
264
case BorderStyle.
Fixed3D
:
System\Windows\Forms\Panels\Panel.cs (1)
129
case BorderStyle.
Fixed3D
:
System\Windows\Forms\Rendering\ControlPaint.cs (1)
428
case BorderStyle.
Fixed3D
:
System\Windows\Forms\Rendering\ModernControlVisualStyles.cs (2)
68
/// <summary>Border-padding component for a <see cref="BorderStyle.
Fixed3D
"/> border.</summary>
97
BorderStyle.
Fixed3D
=> new Padding(
System\Windows\Forms\UserControl.cs (1)
165
case BorderStyle.
Fixed3D
:
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DesignerFrame.cs (1)
274
_splitter.BorderStyle = BorderStyle.
Fixed3D
;
System\Windows\Forms\Design\LabelDesigner.cs (2)
106
else if (borderStyle is BorderStyle.FixedSingle or BorderStyle.
Fixed3D
)
122
else if (borderStyle is BorderStyle.FixedSingle or BorderStyle.
Fixed3D
)
System\Windows\Forms\Design\TextBoxBaseDesigner.cs (2)
30
BorderStyle borderStyle = BorderStyle.
Fixed3D
;
45
else if (borderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Design\UpDownBaseDesigner.cs (1)
44
BorderStyle borderStyle = BorderStyle.
Fixed3D
;