18 references to FixedPanel
System.Windows.Forms (15)
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:
1617
if (FixedPanel ==
FixedPanel
.Panel1)
1623
if (FixedPanel ==
FixedPanel
.Panel2)
1631
if (FixedPanel ==
FixedPanel
.None)
1674
if (FixedPanel ==
FixedPanel
.Panel1)
1683
if (FixedPanel ==
FixedPanel
.Panel2)
1693
if (FixedPanel ==
FixedPanel
.None)
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.Design (2)
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.UI.IntegrationTests (1)
Dpi\SplitContainerTests.cs (1)
47
FixedPanel =
FixedPanel
.Panel1,