2 writes to hBrush
PresentationCore (2)
System\Windows\Media\Generated\RenderData.cs (2)
162
this.
hBrush
= hBrush;
707
data.
hBrush
= (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel));
5 references to hBrush
PresentationCore (5)
System\Windows\Media\Generated\RenderData.cs (5)
705
if ( data.
hBrush
!= 0)
707
data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.
hBrush
- 1)]).GetHandle(channel));
1217
(data->
hBrush
== 0) ? null : (Brush)DependentLookup(data->
hBrush
),
1560
(Brush)DependentLookup(data->
hBrush
),