2 overrides of DefaultCursor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Splitter.cs (1)
118
protected override Cursor
DefaultCursor
{
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
559
protected override Cursor
DefaultCursor
{
4 references to DefaultCursor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1947
if (Cursor !=
DefaultCursor
&& childEdit != null && m.HWnd == childEdit.Handle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) {
winforms\Managed\System\WinForms\Control.cs (1)
2053
Cursor localDefault =
DefaultCursor
;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1257
if (Cursor ==
DefaultCursor
&& SplitterRectangle.Contains(e.Location))
winforms\Managed\System\WinForms\Splitter.cs (1)
128
return base.
DefaultCursor
;