2 writes to hEffectInput
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
505
this.
hEffectInput
= hEffectInput;
1086
data.
hEffectInput
= (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hEffectInput - 1)]).GetHandle(channel));
4 references to hEffectInput
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (4)
1084
if ( data.
hEffectInput
!= 0 )
1086
data.hEffectInput = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.
hEffectInput
- 1)]).GetHandle(channel));
1436
(BitmapEffectInput)DependentLookup(data->
hEffectInput
)
1794
(BitmapEffectInput)DependentLookup(data->
hEffectInput
)