15 references to FixedPanel
System.Windows.Forms (15)
_generated\1\Validation.cs (2)
706
public static void Validate(System.Windows.Forms.
FixedPanel
enumToValidate, string parameterName = "value")
710
ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.
FixedPanel
));
System\Windows\Forms\Layout\Containers\SplitContainer.cs (13)
35
private
FixedPanel
_fixedPanel =
FixedPanel
.None;
336
[DefaultValue(
FixedPanel
.None)]
339
public
FixedPanel
FixedPanel
357
case
FixedPanel
.Panel2:
695
case
FixedPanel
.Panel1:
698
case
FixedPanel
.Panel2:
1626
if (FixedPanel ==
FixedPanel
.Panel1)
1632
if (FixedPanel ==
FixedPanel
.Panel2)
1640
if (FixedPanel ==
FixedPanel
.None)
1683
if (FixedPanel ==
FixedPanel
.Panel1)
1692
if (FixedPanel ==
FixedPanel
.Panel2)
1702
if (FixedPanel ==
FixedPanel
.None)