6 references to NumChannels
PresentationCore (6)
Core\CSharp\System\Windows\Media\Color.cs (4)
60c1.nativeColorValue = new float[c1.context.NumChannels]; 431c1.nativeColorValue = new float[c1.context.NumChannels]; 550c1.nativeColorValue = new float[c1.context.NumChannels]; 659c1.ComputeNativeValues(c1.context.NumChannels);
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
375return (UInt32)_colorTypeFromChannels[NumChannels];
Core\CSharp\System\Windows\Media\Parsers.cs (1)
149if (result.ColorContext.NumChannels != values.Length)