2 writes to hForegroundBrush
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
314
this.
hForegroundBrush
= hForegroundBrush;
878
data.
hForegroundBrush
= (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hForegroundBrush - 1)]).GetHandle(channel));
4 references to hForegroundBrush
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (4)
876
if ( data.
hForegroundBrush
!= 0 )
878
data.hForegroundBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.
hForegroundBrush
- 1)]).GetHandle(channel));
1308
(Brush)DependentLookup(data->
hForegroundBrush
),
1664
(Brush)DependentLookup(data->
hForegroundBrush
),