9 references to SystemAware
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\WindowsFormsApplicationBaseTests.vb (1)
28HighDpiMode.Should.Be(HighDpiMode.SystemAware)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatStringEditor.cs (1)
30Application.SetHighDpiMode(HighDpiMode.SystemAware);
System.Windows.Forms.Primitives (6)
System\Windows\Forms\Internals\ScaleHelper.cs (6)
377return HighDpiMode.SystemAware; 408return HighDpiMode.SystemAware; 416return PInvoke.IsProcessDPIAware() ? HighDpiMode.SystemAware : HighDpiMode.DpiUnaware; 447HighDpiMode.SystemAware => DPI_AWARENESS_CONTEXT.DPI_AWARENESS_CONTEXT_SYSTEM_AWARE, 469HighDpiMode.SystemAware => PROCESS_DPI_AWARENESS.PROCESS_SYSTEM_DPI_AWARE, 485case HighDpiMode.SystemAware:
WinFormsControlsTest (1)
ApplicationConfiguration.g.cs (1)
27global::System.Windows.Forms.Application.SetHighDpiMode(HighDpiMode.SystemAware);