68 references to Fill
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
43
Dock = DockStyle.
Fill
,
PresentationUI (19)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
438
this.tableLayoutPanel2.Dock = DockStyle.
Fill
;
460
this.tableLayoutPanel4.Dock = DockStyle.
Fill
;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (4)
105
this._userInputtableLayoutPanel.Dock = System.Windows.Forms.DockStyle.
Fill
;
124
this._addButton.Dock = System.Windows.Forms.DockStyle.
Fill
;
132
this._removeButton.Dock = System.Windows.Forms.DockStyle.
Fill
;
140
this._credListBox.Dock = System.Windows.Forms.DockStyle.
Fill
;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (2)
66
_panel1.Dock = System.Windows.Forms.DockStyle.
Fill
;
76
_flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.
Fill
;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
97
this._flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.
Fill
;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (3)
53
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.
Fill
;
67
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.
Fill
;
89
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.
Fill
;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
150
this.actionsFlowPanel.Dock = System.Windows.Forms.DockStyle.
Fill
;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
83
this.flowLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.
Fill
;
153
this.flowLayoutPanelTemplate.Dock = System.Windows.Forms.DockStyle.
Fill
;
303
this.flowLayoutPanelActions.Dock = System.Windows.Forms.DockStyle.
Fill
;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (2)
149
_listBoxSummary.Dock = System.Windows.Forms.DockStyle.
Fill
;
176
_listboxItemPanel.Dock = System.Windows.Forms.DockStyle.
Fill
;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
184
_buttonflowLayoutPanel.Dock = System.Windows.Forms.DockStyle.
Fill
;
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
74
Dock = DockStyle.
Fill
,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
209
Dock = DockStyle.
Fill
,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
646
control.Dock = DockStyle.
Fill
;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
33
Dock = DockStyle.
Fill
System\Windows\Forms\Layout\CommonProperties.cs (2)
267
/// to <see cref="DockStyle.
Fill
"/>, then <see cref="DockStyle.None"/>. When filled, the <see cref="Control.Size"/>
272
/// Setting the control to <see cref="DockStyle.
Fill
"/> (via <see cref="DefaultLayout"/> engine)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
2033
if (child is SplitContainer splitContainer && splitContainer.Dock == DockStyle.
Fill
)
2291
if (control is SplitContainer && control.Dock == DockStyle.
Fill
)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
453
case DockStyle.
Fill
:
507
if (dockStyle != DockStyle.
Fill
)
512
else if (dockStyle == DockStyle.
Fill
&& CommonProperties.GetAutoSize(element))
System\Windows\Forms\Layout\TableLayout.cs (2)
697
if (tlp.Dock is DockStyle.Top or DockStyle.Bottom or DockStyle.
Fill
)
825
if (tlp.Dock is DockStyle.Left or DockStyle.Right or DockStyle.
Fill
)
System\Windows\Forms\MDI\MDIClient.cs (1)
33
Dock = DockStyle.
Fill
;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
60
Dock = DockStyle.
Fill
,
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
912
_previewControl.Dock = DockStyle.
Fill
;
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
419
case DockStyle.
Fill
:
System.Windows.Forms.Design (31)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
177
_byteViewer.Dock = DockStyle.
Fill
;
System\ComponentModel\Design\ByteViewer.cs (1)
462
Dock = DockStyle.
Fill
,
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
46
_hostedControl.Dock = DockStyle.
Fill
;
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
89
return dockProperty is null || (DockStyle?)dockProperty.GetValue(_toolStripContainer) == DockStyle.
Fill
;
122
dockProp?.SetValue(_toolStripContainer, DockStyle.
Fill
);
System\Drawing\Design\ColorEditor.ColorUI.cs (3)
175
_tabControl.Dock = DockStyle.
Fill
;
189
_lbSystem.Dock = DockStyle.
Fill
;
203
_lbCommon.Dock = DockStyle.
Fill
;
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
28
Dock = DockStyle.
Fill
;
System\Windows\Forms\Design\ControlDesigner.cs (2)
262
case DockStyle.
Fill
:
1195
dockProp.SetValue(Component, DockStyle.
Fill
);
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (3)
32
if (dockStyle == DockStyle.
Fill
)
66
dockProp.SetValue(Component, dockStyle == DockStyle.
Fill
? DockStyle.None : DockStyle.
Fill
);
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (1)
29
_typesListBox.Dock = DockStyle.
Fill
;
System\Windows\Forms\Design\DesignBindingPicker.cs (6)
224
_treeViewCtrl!.Dock = DockStyle.
Fill
;
225
_addNewCtrl.Dock = DockStyle.
Fill
;
227
_helpTextCtrl.Dock = DockStyle.
Fill
;
242
_treeViewCtrl.Dock = DockStyle.
Fill
;
286
_addNewCtrl.Dock = DockStyle.
Fill
;
329
_helpTextCtrl.Dock = DockStyle.
Fill
;
System\Windows\Forms\Design\DesignerFrame.cs (1)
51
_designerRegion.Dock = DockStyle.
Fill
;
System\Windows\Forms\Design\DockEditor.DockUI.cs (4)
39
Dock = DockStyle.
Fill
100
Dock = DockStyle.
Fill
,
122
return DockStyle.
Fill
;
150
case DockStyle.
Fill
:
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
61
formatGroupBox.Dock = DockStyle.
Fill
;
System\Windows\Forms\Design\ListBoxDesigner.cs (2)
26
if (listBox.Dock is not DockStyle.
Fill
44
if (value is DockStyle.
Fill
or DockStyle.Left or DockStyle.Right)
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
22
_cloneMtb.Dock = DockStyle.
Fill
;
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
165
Dock = DockStyle.
Fill
;