1 write to _backgroundMode
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\Validators\BackgroundModeValidator.cs (1)
11
public BackgroundModeValidator(BACKGROUND_MODE backgroundMode) =>
_backgroundMode
= backgroundMode;
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);