1 write to _brush
PresentationCore (1)
System\Windows\Media\Effects\ShaderEffect.cs (1)
469
_brush
= (Brush)newValue,
7 references to _brush
PresentationCore (7)
System\Windows\Media\Effects\ShaderEffect.cs (7)
544
oldBrush = ss.
_brush
;
547
Brush newBrush = newSampler.
_brush
;
727
DUCE.ResourceHandle hBrush = ss.
_brush
!= null
728
? ((DUCE.IResource)ss.
_brush
).GetHandle(channel)
731
Debug.Assert(!hBrush.IsNull || ss.
_brush
== null, "If brush isn't null, hBrush better not be");
782
DUCE.IResource brush = ss.
_brush
as DUCE.IResource;
822
DUCE.IResource brush = ss.
_brush
as DUCE.IResource;