2 writes to _samplerCount
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
513
_samplerCount
++;
1064
_samplerCount
= effect._samplerCount;
7 references to _samplerCount
PresentationCore (7)
System\Windows\Media\Effects\ShaderEffect.cs (7)
591
data.ShaderSamplerRegistrationInfoSize = (uint)(2 * sizeof(uint) *
_samplerCount
); // 2 pieces of data per sampler.
592
data.DependencyPropertySamplerValuesSize = (uint)(1 * sizeof(DUCE.ResourceHandle) *
_samplerCount
);
675
if (
_samplerCount
> 0)
698
if (
_samplerCount
> 0)
756
if (
_samplerCount
> 0)
793
if (
_samplerCount
> 0)
1064
_samplerCount = effect.
_samplerCount
;