21 writes to hitTestCursor
System.Windows.Forms.Design (21)
System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs (9)
26hitTestCursor = Cursors.Default; 34hitTestCursor = Cursors.SizeNWSE; 39hitTestCursor = Cursors.SizeNESW; 44hitTestCursor = Cursors.SizeNWSE; 49hitTestCursor = Cursors.SizeNESW; 59hitTestCursor = Cursors.SizeNS; 71hitTestCursor = Cursors.SizeNS; 83hitTestCursor = Cursors.SizeWE; 95hitTestCursor = Cursors.SizeWE;
System\Windows\Forms\Design\Behavior\LockedBorderGlyph.cs (1)
29hitTestCursor = Cursors.Default; // always default cursor for locked
System\Windows\Forms\Design\Behavior\LockedHandleGlyph.cs (1)
24hitTestCursor = Cursors.Default;
System\Windows\Forms\Design\Behavior\MiniLockedBorderGlyph.cs (1)
37hitTestCursor = Cursors.Default; // always default cursor for locked
System\Windows\Forms\Design\Behavior\NoResizeHandleGlyph.cs (2)
25hitTestCursor = Cursors.Default; 30hitTestCursor = Cursors.SizeAll;
System\Windows\Forms\Design\Behavior\NoResizeSelectionBorderGlyph.cs (2)
28hitTestCursor = Cursors.Default; 32hitTestCursor = Cursors.SizeAll;
System\Windows\Forms\Design\Behavior\SelectionBorderGlyph.cs (5)
28hitTestCursor = Cursors.Default; 40hitTestCursor = Cursors.SizeNS; 51hitTestCursor = Cursors.SizeNS; 62hitTestCursor = Cursors.SizeWE; 73hitTestCursor = Cursors.SizeWE;
2 references to hitTestCursor
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\SelectionGlyphBase.cs (2)
41return hitTestCursor; 52get => hitTestCursor;