2 writes to _floatCount
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
389
StashInPosition(ref _floatRegisters, registerIndex, fourTuple, registerMax, ref
_floatCount
);
1072
_floatCount
= effect._floatCount;
3 references to _floatCount
PresentationCore (3)
System\Windows\Media\Effects\ShaderEffect.cs (3)
583
data.ShaderConstantFloatRegistersSize = (uint)(sizeof(Int16) *
_floatCount
);
584
data.DependencyPropertyFloatValuesSize = (uint)(4 * sizeof(Single) *
_floatCount
);
1072
_floatCount = effect.
_floatCount
;