17 references to BrushList
ReachFramework (17)
AlphaFlattener\BrushProxy.cs (3)
188
Debug.Assert(_brush.
BrushList
== null, "Simple brush expected");
929
if (this.
BrushList
!= null)
931
foreach (BrushProxy b in this.
BrushList
)
AlphaFlattener\DrawingContext.cs (12)
481
if (one.
BrushList
== null)
496
Debug.Assert(one.
BrushList
.Count == 2, "Only two brushes allowed here");
498
two = one.
BrushList
[1] as BrushProxy;
499
one = one.
BrushList
[0] as BrushProxy;
564
if ((brush == null) || (brush.
BrushList
== null))
579
bool rslt = FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, shape);
720
if ((brush != null) && (brush.
BrushList
!= null)) // List of brushes
726
FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, geometry);
734
rasterize = ! FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, geometry);
AlphaFlattener\Flattener.cs (1)
714
if (blendedPenBrush != null && blendedPenBrush.
BrushList
!= null)
AlphaFlattener\MetroDevice.cs (1)
197
if (g.OpacityMask.
BrushList
== null && !(g.OpacityMask.Brush is SolidColorBrush))