12 references to CloneCurrentValue
PresentationCore (5)
System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (1)
42
return (ImplicitInputBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
43
return (BitmapCacheBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\GradientBrush.cs (1)
42
return (GradientBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\SolidColorBrush.cs (1)
42
return (SolidColorBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\TileBrush.cs (1)
40
return (TileBrush)base.
CloneCurrentValue
();
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (7)
414
_brush = _brush.
CloneCurrentValue
();
791
_brush = _brush.
CloneCurrentValue
();
1034
_brush = _brush.
CloneCurrentValue
();
1175
_brush = _brush.
CloneCurrentValue
();
1763
ImageBrush ib = _brush.
CloneCurrentValue
() as ImageBrush;
3572
Brush b = brush.Brush.
CloneCurrentValue
();
3588
Brush mb = mask.GetRealBrush().
CloneCurrentValue
();