3 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));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
37_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.Help, SWI.Cursors.Help); 77_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.Help, SWF.Cursors.Help);