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