45 references to Fixed3D
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
77
this.flowLayoutPanelMain.BorderStyle = System.Windows.Forms.BorderStyle.
Fixed3D
;
System.Windows.Forms (38)
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
:
2322
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
:
6957
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)
3287
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
)
2887
&& Application.RenderWithVisualStyles && BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
544
if (Application.RenderWithVisualStyles && IsHandleCreated && BorderStyle == BorderStyle.
Fixed3D
)
804
&& BorderStyle == BorderStyle.
Fixed3D
)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
53
private BorderStyle _borderStyle = BorderStyle.
Fixed3D
;
346
[DefaultValue(BorderStyle.
Fixed3D
)]
423
case BorderStyle.
Fixed3D
:
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)
124
private BorderStyle _borderStyle = BorderStyle.
Fixed3D
;
247
[DefaultValue(BorderStyle.
Fixed3D
)]
321
case BorderStyle.
Fixed3D
:
3135
&& 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 (3)
22
private const BorderStyle DefaultBorderStyle = BorderStyle.
Fixed3D
;
177
[DefaultValue(BorderStyle.
Fixed3D
)]
227
case 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\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
;