2 writes to _samplerCount
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
529
_samplerCount
++;
1086
_samplerCount
= effect._samplerCount;
7 references to _samplerCount
PresentationCore (7)
System\Windows\Media\Effects\ShaderEffect.cs (7)
607
data.ShaderSamplerRegistrationInfoSize = (uint)(2 * sizeof(uint) *
_samplerCount
); // 2 pieces of data per sampler.
608
data.DependencyPropertySamplerValuesSize = (uint)(1 * sizeof(DUCE.ResourceHandle) *
_samplerCount
);
691
if (
_samplerCount
> 0)
714
if (
_samplerCount
> 0)
772
if (
_samplerCount
> 0)
812
if (
_samplerCount
> 0)
1086
_samplerCount = effect.
_samplerCount
;