1 write to _brush
PresentationCore (1)
System\Windows\Media\Effects\ShaderEffect.cs (1)
456
_brush
= (Brush)newValue,
7 references to _brush
PresentationCore (7)
System\Windows\Media\Effects\ShaderEffect.cs (7)
531
oldBrush = ss.
_brush
;
534
Brush newBrush = newSampler.
_brush
;
714
DUCE.ResourceHandle hBrush = ss.
_brush
!= null
715
? ((DUCE.IResource)ss.
_brush
).GetHandle(channel)
718
Debug.Assert(!hBrush.IsNull || ss.
_brush
== null, "If brush isn't null, hBrush better not be");
769
DUCE.IResource brush = ss.
_brush
as DUCE.IResource;
809
DUCE.IResource brush = ss.
_brush
as DUCE.IResource;