1 instantiation of PixelFormatChannelMask
PresentationCore (1)
Core\CSharp\System\Windows\Media\PixelFormat.cs (1)
579masks[i] = new PixelFormatChannelMask(channelMask);
12 references to PixelFormatChannelMask
PresentationCore (12)
Core\CSharp\System\Windows\Media\PixelFormat.cs (12)
90public static bool operator == (PixelFormatChannelMask left, PixelFormatChannelMask right) 98public static bool Equals(PixelFormatChannelMask left, PixelFormatChannelMask right) 122public static bool operator != (PixelFormatChannelMask left, PixelFormatChannelMask right) 133return obj is PixelFormatChannelMask ? this == (PixelFormatChannelMask)obj : false; 536public IList<PixelFormatChannelMask> Masks 546PixelFormatChannelMask[] masks = null; 558masks = new PixelFormatChannelMask[channelCount]; 591return new PartialList<PixelFormatChannelMask>(masks);