2 writes to hBrush
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
226
this.
hBrush
= hBrush;
775
data.
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)
773
if ( data.
hBrush
!= 0)
775
data.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
),