1 instantiation of Splitter
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerFrame.cs (1)
264
_splitter = new
Splitter
();
8 references to Splitter
System.Windows.Forms (6)
System\Windows\Forms\Controls\Splitter\Splitter.SplitterAccessibleObject.cs (1)
13
internal SplitterAccessibleObject(
Splitter
owner) : base(owner)
System\Windows\Forms\Controls\Splitter\Splitter.SplitterMessageFilter.cs (2)
10
private readonly
Splitter
_owner;
12
public SplitterMessageFilter(
Splitter
splitter)
System\Windows\Forms\Controls\Splitter\SplitterEventArgs.cs (3)
13
/// of the mouse pointer and the upper-left corner of the <see cref="
Splitter
"/>.
34
/// Gets the x-coordinate of the upper-left corner of the <see cref="
Splitter
"/> (in client coordinates).
39
/// Gets the y-coordinate of the upper-left corner of the <see cref="
Splitter
"/> (in client coordinates).
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerFrame.cs (1)
29
private
Splitter
? _splitter;
System\Windows\Forms\Design\SplitterDesigner.cs (1)
46
if (((
Splitter
)Component).BorderStyle == BorderStyle.None)