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