1 instantiation of PixelFormatChannelMask
PresentationCore (1)
System\Windows\Media\PixelFormat.cs (1)
537masks[i] = new PixelFormatChannelMask(channelMask);
12 references to PixelFormatChannelMask
PresentationCore (12)
System\Windows\Media\PixelFormat.cs (12)
74public static bool operator == (PixelFormatChannelMask left, PixelFormatChannelMask right) 82public static bool Equals(PixelFormatChannelMask left, PixelFormatChannelMask right) 106public static bool operator != (PixelFormatChannelMask left, PixelFormatChannelMask right) 117return obj is PixelFormatChannelMask ? this == (PixelFormatChannelMask)obj : false; 496public IList<PixelFormatChannelMask> Masks 504PixelFormatChannelMask[] masks = null; 516masks = new PixelFormatChannelMask[channelCount]; 549return new PartialList<PixelFormatChannelMask>(masks);