12 references to CloneCurrentValue
PresentationCore (5)
System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (1)
68
return (ImplicitInputBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
70
return (BitmapCacheBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\GradientBrush.cs (1)
70
return (GradientBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\SolidColorBrush.cs (1)
70
return (SolidColorBrush)base.
CloneCurrentValue
();
System\Windows\Media\Generated\TileBrush.cs (1)
70
return (TileBrush)base.
CloneCurrentValue
();
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (7)
417
_brush = _brush.
CloneCurrentValue
();
794
_brush = _brush.
CloneCurrentValue
();
1040
_brush = _brush.
CloneCurrentValue
();
1181
_brush = _brush.
CloneCurrentValue
();
1768
ImageBrush ib = _brush.
CloneCurrentValue
() as ImageBrush;
3574
Brush b = brush.Brush.
CloneCurrentValue
();
3590
Brush mb = mask.GetRealBrush().
CloneCurrentValue
();