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