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