2 writes to hBrush
PresentationCore (2)
System\Windows\Media\Generated\RenderData.cs (2)
149
this.
hBrush
= hBrush;
694
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)
692
if ( data.
hBrush
!= 0)
694
data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.
hBrush
- 1)]).GetHandle(channel));
1204
(data->
hBrush
== 0) ? null : (Brush)DependentLookup(data->
hBrush
),
1547
(Brush)DependentLookup(data->
hBrush
),