5 references to Help
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
53
public static Cursor Help => s_help ??= new(PInvoke.IDC_HELP, nameof(
Help
));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
201
Assert.Contains(Cursors.
Help
, values);
System\Windows\Forms\CursorsTests.cs (1)
22
yield return new object[] { I(() => Cursors.
Help
) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
41
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
Help
, SWI.Cursors.Help);
81
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.Help, SWF.Cursors.
Help
);