2 writes to hBrush
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
112this.hBrush = hBrush; 667data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel));
5 references to hBrush
PresentationCore (5)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (5)
665if ( data.hBrush != 0) 667data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 1206(data->hBrush == 0) ? null : (Brush)DependentLookup(data->hBrush), 1554(Brush)DependentLookup(data->hBrush),