1 write to _brush
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
473_brush = (Brush)newValue,
7 references to _brush
PresentationCore (7)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (7)
548oldBrush = ss._brush; 551Brush newBrush = newSampler._brush; 736DUCE.ResourceHandle hBrush = ss._brush != null 737? ((DUCE.IResource)ss._brush).GetHandle(channel) 740Debug.Assert(!hBrush.IsNull || ss._brush == null, "If brush isn't null, hBrush better not be"); 797DUCE.IResource brush = ss._brush as DUCE.IResource; 837DUCE.IResource brush = ss._brush as DUCE.IResource;