2 writes to _samplerCount
PresentationCore (2)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (2)
533
_samplerCount
++;
1105
_samplerCount
= effect._samplerCount;
7 references to _samplerCount
PresentationCore (7)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (7)
616
data.ShaderSamplerRegistrationInfoSize = (uint)(2 * sizeof(uint) *
_samplerCount
); // 2 pieces of data per sampler.
617
data.DependencyPropertySamplerValuesSize = (uint)(1 * sizeof(DUCE.ResourceHandle) *
_samplerCount
);
700
if (
_samplerCount
> 0)
723
if (
_samplerCount
> 0)
787
if (
_samplerCount
> 0)
827
if (
_samplerCount
> 0)
1105
_samplerCount = effect.
_samplerCount
;