2 writes to _fillBrush
PresentationCore (2)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (2)
54_fillBrush = brush; 105set { _fillBrush = value; }
1 reference to _fillBrush
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
104get { return _fillBrush; }