1 write to _brush
PresentationCore (1)
System\Windows\Media\Effects\ShaderEffect.cs (1)
452
_brush
= (Brush)newValue,
7 references to _brush
PresentationCore (7)
System\Windows\Media\Effects\ShaderEffect.cs (7)
527
oldBrush = ss.
_brush
;
530
Brush newBrush = newSampler.
_brush
;
710
DUCE.ResourceHandle hBrush = ss.
_brush
!= null
711
? ((DUCE.IResource)ss.
_brush
).GetHandle(channel)
714
Debug.Assert(!hBrush.IsNull || ss.
_brush
== null, "If brush isn't null, hBrush better not be");
765
DUCE.IResource brush = ss.
_brush
as DUCE.IResource;
802
DUCE.IResource brush = ss.
_brush
as DUCE.IResource;