17 references to BrushList
ReachFramework (17)
AlphaFlattener\BrushProxy.cs (3)
187
Debug.Assert(_brush.
BrushList
== null, "Simple brush expected");
928
if (this.
BrushList
!= null)
930
foreach (BrushProxy b in this.
BrushList
)
AlphaFlattener\DrawingContext.cs (12)
480
if (one.
BrushList
== null)
495
Debug.Assert(one.
BrushList
.Count == 2, "Only two brushes allowed here");
497
two = one.
BrushList
[1] as BrushProxy;
498
one = one.
BrushList
[0] as BrushProxy;
563
if ((brush == null) || (brush.
BrushList
== null))
578
bool rslt = FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, shape);
719
if ((brush != null) && (brush.
BrushList
!= null)) // List of brushes
725
FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, geometry);
733
rasterize = ! FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, geometry);
AlphaFlattener\Flattener.cs (1)
713
if (blendedPenBrush != null && blendedPenBrush.
BrushList
!= null)
AlphaFlattener\MetroDevice.cs (1)
196
if (g.OpacityMask.
BrushList
== null && !(g.OpacityMask.Brush is SolidColorBrush))