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