12 references to CloneCurrentValue
PresentationCore (5)
System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (1)
45
return (ImplicitInputBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
52
return (BitmapCacheBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\GradientBrush.cs (1)
52
return (GradientBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\SolidColorBrush.cs (1)
52
return (SolidColorBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\TileBrush.cs (1)
52
return (TileBrush)base.
CloneCurrentValue
();
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (7)
413
_brush = _brush.
CloneCurrentValue
();
790
_brush = _brush.
CloneCurrentValue
();
1033
_brush = _brush.
CloneCurrentValue
();
1174
_brush = _brush.
CloneCurrentValue
();
1762
ImageBrush ib = _brush.
CloneCurrentValue
() as ImageBrush;
3571
Brush b = brush.Brush.
CloneCurrentValue
();
3587
Brush mb = mask.GetRealBrush().
CloneCurrentValue
();