1 instantiation of SplitContainer
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
138
this.typeSplitContainer = new System.Windows.Forms.
SplitContainer
();
27 references to SplitContainer
System.Windows.Forms (26)
winforms\Managed\System\WinForms\SplitContainer.cs (20)
374
SplitContainer
sc = (
SplitContainer
)((SplitterPanel)this.ParentInternal).Owner;
443
SplitContainer
sc = (
SplitContainer
)((SplitterPanel)this.ParentInternal).Owner;
1249
/// <para>Raises the <see cref='System.Windows.Forms.
SplitContainer
.MouseMove'/> event.</para>
1298
/// <para>Raises the <see cref='System.Windows.Forms.
SplitContainer
.OnMouseLeave'/> event.</para>
1310
/// <para>Raises the <see cref='System.Windows.Forms.
SplitContainer
.OnMouseDown'/> event.</para>
1343
/// <para>Raises the <see cref='System.Windows.Forms.
SplitContainer
.OnMouseUp'/> event.</para>
1966
if (ctl is
SplitContainer
)
1968
((
SplitContainer
)ctl).Select(forward, forward);
2037
if (ctl is
SplitContainer
)
2039
((
SplitContainer
)ctl).Select(forward, forward);
2105
private void SetInnerMostBorder(
SplitContainer
sc) {
2110
SplitContainer
c1 = c as
SplitContainer
;
2388
if (control is
SplitContainer
&& control.Dock == DockStyle.Fill)
2534
private
SplitContainer
owner = null;
2536
public SplitContainerMessageFilter(
SplitContainer
splitContainer)
2570
SplitContainer
owner;
2574
this.owner = c as
SplitContainer
;
winforms\Managed\System\WinForms\SplitterCancelEvent.cs (3)
35
/// of the mouse pointer and the upper-left corner of the <see cref='System.Windows.Forms.
SplitContainer
'/>.
76
/// upper-left corner of the <see cref='System.Windows.Forms.
SplitContainer
'/> (in client coordinates).
91
/// Gets the y-coordinate of the upper-left corner of the <see cref='System.Windows.Forms.
SplitContainer
'/> (in client coordinates).
winforms\Managed\System\WinForms\SplitterPanel.cs (3)
38
SplitContainer
owner = null;
42
public SplitterPanel(
SplitContainer
owner)
300
internal
SplitContainer
Owner {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
60
private
SplitContainer
typeSplitContainer;