1 instantiation of PixelFormatChannelMask
PresentationCore (1)
Core\CSharp\System\Windows\Media\PixelFormat.cs (1)
579
masks[i] = new
PixelFormatChannelMask
(channelMask);
12 references to PixelFormatChannelMask
PresentationCore (12)
Core\CSharp\System\Windows\Media\PixelFormat.cs (12)
90
public static bool operator == (
PixelFormatChannelMask
left,
PixelFormatChannelMask
right)
98
public static bool Equals(
PixelFormatChannelMask
left,
PixelFormatChannelMask
right)
122
public static bool operator != (
PixelFormatChannelMask
left,
PixelFormatChannelMask
right)
133
return obj is
PixelFormatChannelMask
? this == (
PixelFormatChannelMask
)obj : false;
536
public IList<
PixelFormatChannelMask
> Masks
546
PixelFormatChannelMask
[] masks = null;
558
masks = new
PixelFormatChannelMask
[channelCount];
591
return new PartialList<
PixelFormatChannelMask
>(masks);