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