2 writes to _samplerCount
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
512
_samplerCount
++;
1063
_samplerCount
= effect._samplerCount;
7 references to _samplerCount
PresentationCore (7)
System\Windows\Media\Effects\ShaderEffect.cs (7)
590
data.ShaderSamplerRegistrationInfoSize = (uint)(2 * sizeof(uint) *
_samplerCount
); // 2 pieces of data per sampler.
591
data.DependencyPropertySamplerValuesSize = (uint)(1 * sizeof(DUCE.ResourceHandle) *
_samplerCount
);
674
if (
_samplerCount
> 0)
697
if (
_samplerCount
> 0)
755
if (
_samplerCount
> 0)
792
if (
_samplerCount
> 0)
1063
_samplerCount = effect.
_samplerCount
;