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