2 writes to hBrush
PresentationCore (2)
System\Windows\Media\Generated\RenderData.cs (2)
77
this.
hBrush
= hBrush;
624
data.
hBrush
= (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel));
4 references to hBrush
PresentationCore (4)
System\Windows\Media\Generated\RenderData.cs (4)
622
if ( data.
hBrush
!= 0 )
624
data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.
hBrush
- 1)]).GetHandle(channel));
1167
(Brush)DependentLookup(data->
hBrush
),
1509
(Brush)DependentLookup(data->
hBrush
),