7 references to All
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (1)
60applyGraphicsState ? ApplyGraphicsProperties.All : ApplyGraphicsProperties.None,
System.Windows.Forms.Primitives (1)
System\Windows\Forms\DeviceContextExtensions.cs (1)
182ApplyGraphicsProperties applyProperties = ApplyGraphicsProperties.All) => deviceContext switch
System.Windows.Forms.Primitives.Tests (5)
System\Windows\Forms\DeviceContextHdcScopeTests.cs (5)
57using (DeviceContextHdcScope scope = new(g, ApplyGraphicsProperties.All)) 160using (DeviceContextHdcScope scope = new(g, ApplyGraphicsProperties.All)) 212[InlineData((int)ApplyGraphicsProperties.All)] 245[InlineData((int)ApplyGraphicsProperties.All)] 317[InlineData((int)ApplyGraphicsProperties.All)]