1 instantiation of PixelFormatChannelMask
PresentationCore (1)
System\Windows\Media\PixelFormat.cs (1)
372masks[i] = new PixelFormatChannelMask(channelMask);
12 references to PixelFormatChannelMask
PresentationCore (12)
System\Windows\Media\PixelFormat.cs (12)
73public static bool operator == (PixelFormatChannelMask left, PixelFormatChannelMask right) 81public static bool Equals(PixelFormatChannelMask left, PixelFormatChannelMask right) 105public static bool operator != (PixelFormatChannelMask left, PixelFormatChannelMask right) 116return obj is PixelFormatChannelMask ? this == (PixelFormatChannelMask)obj : false; 333public readonly IList<PixelFormatChannelMask> Masks 340PixelFormatChannelMask[] masks; 351masks = new PixelFormatChannelMask[channelCount]; 384return new ReadOnlyCollection<PixelFormatChannelMask>(masks);