7 references to No
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
45
public static Cursor No => s_no ??= new(PInvoke.IDC_NO, nameof(
No
));
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
1545
Cursor.Current = Cursors.
No
;
1557
Cursor.Current = Cursors.
No
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
204
Assert.Contains(Cursors.
No
, values);
System\Windows\Forms\CursorsTests.cs (1)
25
yield return new object[] { I(() => Cursors.
No
) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
44
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
No
, SWI.Cursors.No);
83
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.No, SWF.Cursors.
No
);