1 write to _intCount
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
410
StashInPosition(ref _intRegisters, registerIndex, fourTuple, registerMax, ref
_intCount
);
3 references to _intCount
PresentationCore (3)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (3)
215
if (
_intCount
> 0 || _intRegisters != null ||
607
data.ShaderConstantIntRegistersSize = (uint)(sizeof(Int16) *
_intCount
);
608
data.DependencyPropertyIntValuesSize = (uint)(4 * sizeof(Int32) *
_intCount
);