4 references to ENUM_DISPLAY_SETTINGS_MODE
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
737
PInvoke.EnumDisplaySettings(lpszDeviceName: null,
ENUM_DISPLAY_SETTINGS_MODE
.ENUM_CURRENT_SETTINGS, ref dm);
System.Windows.Forms.Primitives (3)
Windows.Win32.PInvoke.USER32.dll.g.cs (3)
905
/// <inheritdoc cref="EnumDisplaySettings(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.Gdi.
ENUM_DISPLAY_SETTINGS_MODE
, winmdroot.Graphics.Gdi.DEVMODEW*)"/>
907
internal static unsafe winmdroot.Foundation.BOOL EnumDisplaySettings(string lpszDeviceName, winmdroot.Graphics.Gdi.
ENUM_DISPLAY_SETTINGS_MODE
iModeNum, ref winmdroot.Graphics.Gdi.DEVMODEW lpDevMode)
940
internal static extern unsafe winmdroot.Foundation.BOOL EnumDisplaySettings(winmdroot.Foundation.PCWSTR lpszDeviceName, winmdroot.Graphics.Gdi.
ENUM_DISPLAY_SETTINGS_MODE
iModeNum, winmdroot.Graphics.Gdi.DEVMODEW* lpDevMode);