5 references to Help
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
53public static Cursor Help => s_help ??= new(PInvoke.IDC_HELP, nameof(Help));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
201Assert.Contains(Cursors.Help, values);
System\Windows\Forms\CursorsTests.cs (1)
22yield 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);