3 instantiations of Splitter
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (2)
1463
this.splitter = new
Splitter
();
1485
this.splitter = new
Splitter
();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
387
this.splitter = new
Splitter
();
7 references to Splitter
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Splitter.cs (2)
1070
private
Splitter
owner = null;
1072
public SplitterMessageFilter(
Splitter
splitter)
winforms\Managed\System\WinForms\SplitterEvent.cs (3)
36
/// of the mouse pointer and the upper-left corner of the <see cref='System.Windows.Forms.
Splitter
'/>.
76
/// upper-left corner of the <see cref='System.Windows.Forms.
Splitter
'/> (in client coordinates).
91
/// Gets the y-coordinate of the upper-left corner of the <see cref='System.Windows.Forms.
Splitter
'/> (in client coordinates).
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (1)
1444
private
Splitter
splitter;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
54
private
Splitter
splitter;