2 writes to hBrush
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
198
this.
hBrush
= hBrush;
753
data.
hBrush
= (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel));
4 references to hBrush
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (4)
751
if ( data.
hBrush
!= 0 )
753
data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.
hBrush
- 1)]).GetHandle(channel));
1246
(Brush)DependentLookup(data->
hBrush
),
1598
(Brush)DependentLookup(data->
hBrush
),