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