2 writes to BackgroundMode
System.Windows.Forms.Primitives.TestUtilities (2)
DeviceContextState.cs (1)
33BackgroundMode = PInvoke.GetBkMode(hdc);
Metafiles\EmfScope.cs (1)
130state.BackgroundMode = record.SetBkModeRecord->iMode;
1 reference to BackgroundMode
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\Validators\BackgroundModeValidator.cs (1)
12public void Validate(DeviceContextState state) => Assert.Equal(_backgroundMode, state.BackgroundMode);