1 instantiation of PixelFormatChannelMask
PresentationCore (1)
System\Windows\Media\PixelFormat.cs (1)
371masks[i] = new PixelFormatChannelMask(channelMask);
12 references to PixelFormatChannelMask
PresentationCore (12)
System\Windows\Media\PixelFormat.cs (12)
72public static bool operator == (PixelFormatChannelMask left, PixelFormatChannelMask right) 80public static bool Equals(PixelFormatChannelMask left, PixelFormatChannelMask right) 104public static bool operator != (PixelFormatChannelMask left, PixelFormatChannelMask right) 115return obj is PixelFormatChannelMask ? this == (PixelFormatChannelMask)obj : false; 332public readonly IList<PixelFormatChannelMask> Masks 339PixelFormatChannelMask[] masks; 350masks = new PixelFormatChannelMask[channelCount]; 383return new ReadOnlyCollection<PixelFormatChannelMask>(masks);