17 references to BrushList
ReachFramework (17)
AlphaFlattener\BrushProxy.cs (3)
188
Debug.Assert(_brush.
BrushList
== null, "Simple brush expected");
931
if (this.
BrushList
!= null)
933
foreach (BrushProxy b in this.
BrushList
)
AlphaFlattener\DrawingContext.cs (12)
479
if (one.
BrushList
== null)
494
Debug.Assert(one.
BrushList
.Count == 2, "Only two brushes allowed here");
496
two = one.
BrushList
[1] as BrushProxy;
497
one = one.
BrushList
[0] as BrushProxy;
562
if ((brush == null) || (brush.
BrushList
== null))
577
bool rslt = FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, shape);
718
if ((brush != null) && (brush.
BrushList
!= null)) // List of brushes
724
FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, geometry);
732
rasterize = ! FillGeometry(brush.
BrushList
[0] as BrushProxy, brush.
BrushList
, 1, geometry);
AlphaFlattener\Flattener.cs (1)
715
if (blendedPenBrush != null && blendedPenBrush.
BrushList
!= null)
AlphaFlattener\MetroDevice.cs (1)
196
if (g.OpacityMask.
BrushList
== null && !(g.OpacityMask.Brush is SolidColorBrush))