2 writes to lbStyle
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
366
lbStyle
= BRUSH_STYLE.BS_PATTERN,
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\RecordTypes\EMRCREATEBRUSHINDIRECT.cs (1)
30
lbStyle
= logbrush.lbStyle,
3 references to lbStyle
System.Windows.Forms.Primitives.Tests (1)
Interop\Gdi32\GetStockObjectTests.cs (1)
19
Assert.Equal((BRUSH_STYLE)brushStyle, logBrush.
lbStyle
);
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\Validators\BrushStyleValidator.cs (1)
12
public void Validate(DeviceContextState state) => Assert.Equal(_brushStyle, state.SelectedBrush.
lbStyle
);
Metafiles\Validators\BrushValidator.cs (1)
24
Assert.Equal(_brushStyle, state.SelectedBrush.
lbStyle
);