2 writes to hForegroundBrush
PresentationCore (2)
System\Windows\Media\Generated\RenderData.cs (2)
311
this.
hForegroundBrush
= hForegroundBrush;
869
data.
hForegroundBrush
= (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hForegroundBrush - 1)]).GetHandle(channel));
4 references to hForegroundBrush
PresentationCore (4)
System\Windows\Media\Generated\RenderData.cs (4)
867
if ( data.
hForegroundBrush
!= 0 )
869
data.hForegroundBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.
hForegroundBrush
- 1)]).GetHandle(channel));
1293
(Brush)DependentLookup(data->
hForegroundBrush
),
1643
(Brush)DependentLookup(data->
hForegroundBrush
),