2 writes to _samplerCount
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
506
_samplerCount
++;
1057
_samplerCount
= effect._samplerCount;
7 references to _samplerCount
PresentationCore (7)
System\Windows\Media\Effects\ShaderEffect.cs (7)
584
data.ShaderSamplerRegistrationInfoSize = (uint)(2 * sizeof(uint) *
_samplerCount
); // 2 pieces of data per sampler.
585
data.DependencyPropertySamplerValuesSize = (uint)(1 * sizeof(DUCE.ResourceHandle) *
_samplerCount
);
668
if (
_samplerCount
> 0)
691
if (
_samplerCount
> 0)
749
if (
_samplerCount
> 0)
786
if (
_samplerCount
> 0)
1057
_samplerCount = effect.
_samplerCount
;