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)
13internal SplitterAccessibleObject(Splitter owner) : base(owner)
System\Windows\Forms\Controls\Splitter\Splitter.SplitterMessageFilter.cs (2)
10private readonly Splitter _owner; 12public 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)
29private Splitter? _splitter;
System\Windows\Forms\Design\SplitterDesigner.cs (1)
46if (((Splitter)Component).BorderStyle == BorderStyle.None)