3 instantiations of Splitter
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (2)
1463this.splitter = new Splitter(); 1485this.splitter = new Splitter();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
387this.splitter = new Splitter();
7 references to Splitter
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Splitter.cs (2)
1070private Splitter owner = null; 1072public 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)
1444private Splitter splitter;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
54private Splitter splitter;