2 writes to hBrush
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
226this.hBrush = hBrush; 775data.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)
773if ( data.hBrush != 0) 775data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 1260(data->hBrush == 0) ? null : (Brush)DependentLookup(data->hBrush), 1612(Brush)DependentLookup(data->hBrush),