48 references to Brush
ReachFramework (48)
AlphaFlattener\BrushProxy.cs (23)
238
if ((_brush.
Brush
!= null) && (BrushProxy.IsOpaqueWhite(_brush.
Brush
) || BrushProxy.IsOpaqueBlack(_brush.
Brush
)))
861
SolidColorBrush sB = brushB.
Brush
as SolidColorBrush;
880
if (brushB.
Brush
is ImageBrush)
935
else if (
Brush
!= null)
1189
TileBrush tileBrush = (TileBrush)
Brush
;
1220
if (
Brush
!= null)
1222
TileBrush tileBrush =
Brush
as TileBrush;
2314
if ((ib != null) && (brushB.
Brush
!= null) && Supercede(ib, brushB.
Brush
)) // Check for compatibility
2687
GradientBrush gb = brushProxy.
Brush
as GradientBrush;
2694
TileBrush tb = brushProxy.
Brush
as TileBrush;
3258
Debug.Assert(brushB.
Brush
!= null, "null brush not expected");
3283
if (brushB.
Brush
is SolidColorBrush)
3285
SolidColorBrush sB = brushB.
Brush
as SolidColorBrush;
3318
if (brushB.
Brush
is TileBrush && !brushB._opacityOnly)
3320
TileBrush tileBrush = (TileBrush)brushB.
Brush
;
3328
if (brushB.
Brush
is GradientBrush gradientBrush)
3334
if (brushB.
Brush
is ImageBrush)
3340
if (brushB.
Brush
is DrawingBrush)
3569
if (brush.
Brush
!= null)
3571
Brush b = brush.
Brush
.CloneCurrentValue();
AlphaFlattener\DrawingContext.cs (8)
236
b = linear.
Brush
as LinearGradientBrush;
247
b = saveMask.
Brush
as LinearGradientBrush;
359
b = radial.
Brush
as RadialGradientBrush;
370
b = saveMask.
Brush
as RadialGradientBrush;
778
if ((brush.
Brush
!= null) && (brush.
Brush
is DrawingBrush))
780
b = brush.
Brush
;
933
Brush b = bp.
Brush
;
AlphaFlattener\Flattener.cs (1)
60
if ((gp.Pen != null) && (gp.Pen.StrokeBrush.
Brush
is DrawingBrush))
AlphaFlattener\ImageProxy.cs (5)
164
TileBrush opacityBrush = opacityMask.
Brush
as TileBrush;
260
if (brush.
Brush
is SolidColorBrush)
262
SolidColorBrush sb = brush.
Brush
as SolidColorBrush;
301
if (brush.
Brush
is SolidColorBrush)
303
SolidColorBrush sb = brush.
Brush
as SolidColorBrush;
AlphaFlattener\MetroDevice.cs (1)
196
if (g.OpacityMask.BrushList == null && !(g.OpacityMask.
Brush
is SolidColorBrush))
AlphaFlattener\Optimizer.cs (1)
357
Brush b = bp.
Brush
;
AlphaFlattener\Primitive.cs (7)
598
if ((OpacityMask != null) && (OpacityMask.
Brush
!= null))
600
SolidColorBrush sb = OpacityMask.
Brush
as SolidColorBrush;
784
if (_pen != null && _pen.StrokeBrush != null && _pen.StrokeBrush.
Brush
is DrawingBrush)
1349
if ((Pen != null) && (Pen.StrokeBrush.
Brush
is TileBrush))
1363
TileBrush tb = Brush.
Brush
as TileBrush;
1375
tb = Brush.
Brush
as TileBrush;
2200
if (!(bp.
Brush
is TileBrush))
AlphaFlattener\PrimitiveList.cs (1)
187
Brush b = gp.Brush.
Brush
;
AlphaFlattener\Utility.cs (1)
1488
if (! (bp.
Brush
as TileBrush).Viewport.Contains(maskBounds))