4 writes to _format
PresentationCore (4)
System\Windows\Media\PixelFormat.cs (4)
162_format = (PixelFormatEnum)((byte*)&guidPixelFormat)[15]; 166_format = PixelFormatEnum.Extended; 177_format = format; 194_format = pixelFormatString switch
7 references to _format
PresentationCore (7)
System\Windows\Media\PixelFormat.cs (7)
170_flags = GetPixelFormatFlagsFromEnum(_format) | GetPixelFormatFlagsFromGuid(guidPixelFormat); 171_bitsPerPixel = GetBitsPerPixelFromEnum(_format); 226_flags = GetPixelFormatFlagsFromEnum(_format); 227_bitsPerPixel = GetBitsPerPixelFromEnum(_format); 228_guidFormat = GetGuidFromFormat(_format); 482return _format; 500return _format.ToString();