6 references to HSplit
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2780Cursor = Cursors.HSplit;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
100DockStyle.Top or DockStyle.Bottom => Cursors.HSplit,
System\Windows\Forms\Input\Cursors.cs (1)
55public static Cursor HSplit => s_hSplit ??= new("hsplit.cur", nameof(HSplit));
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1076OverrideCursor = Cursors.HSplit;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1139TableLayoutPanelResizeGlyph g = new(gBounds, Table.RowStyles[i], Cursors.HSplit, Behavior);
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
38_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.HSplit, SWI.Cursors.Arrow); //No equivalent