2 writes to _samplerCount
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
516
_samplerCount
++;
1073
_samplerCount
= effect._samplerCount;
7 references to _samplerCount
PresentationCore (7)
System\Windows\Media\Effects\ShaderEffect.cs (7)
594
data.ShaderSamplerRegistrationInfoSize = (uint)(2 * sizeof(uint) *
_samplerCount
); // 2 pieces of data per sampler.
595
data.DependencyPropertySamplerValuesSize = (uint)(1 * sizeof(DUCE.ResourceHandle) *
_samplerCount
);
678
if (
_samplerCount
> 0)
701
if (
_samplerCount
> 0)
759
if (
_samplerCount
> 0)
799
if (
_samplerCount
> 0)
1073
_samplerCount = effect.
_samplerCount
;