4 writes to _format
PresentationCore (4)
System\Windows\Media\PixelFormat.cs (4)
163_format = (PixelFormatEnum)((byte*)&guidPixelFormat)[15]; 167_format = PixelFormatEnum.Extended; 178_format = format; 195_format = pixelFormatString switch
7 references to _format
PresentationCore (7)
System\Windows\Media\PixelFormat.cs (7)
171_flags = GetPixelFormatFlagsFromEnum(_format) | GetPixelFormatFlagsFromGuid(guidPixelFormat); 172_bitsPerPixel = GetBitsPerPixelFromEnum(_format); 227_flags = GetPixelFormatFlagsFromEnum(_format); 228_bitsPerPixel = GetBitsPerPixelFromEnum(_format); 229_guidFormat = GetGuidFromFormat(_format); 483return _format; 501return _format.ToString();