17 references to BrushList
ReachFramework (17)
AlphaFlattener\BrushProxy.cs (3)
192
Debug.Assert(_brush.
BrushList
== null, "Simple brush expected");
935
if (this.
BrushList
!= null)
937
foreach (BrushProxy b in this.
BrushList
)
AlphaFlattener\DrawingContext.cs (12)
483
if (one.
BrushList
== null)
498
Debug.Assert(one.
BrushList
.Count == 2, "Only two brushes allowed here");
500
two = one.
BrushList
[1] as BrushProxy;
501
one = one.
BrushList
[0] as BrushProxy;
566
if ((brush == null) || (brush.
BrushList
== null))
581
bool rslt = FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, shape);
722
if ((brush != null) && (brush.
BrushList
!= null)) // List of brushes
728
FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, geometry);
736
rasterize = ! FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, geometry);
AlphaFlattener\Flattener.cs (1)
720
if (blendedPenBrush != null && blendedPenBrush.
BrushList
!= null)
AlphaFlattener\MetroDevice.cs (1)
202
if (g.OpacityMask.
BrushList
== null && !(g.OpacityMask.Brush is SolidColorBrush))