2 references to GetBitmapImpl
PresentationFramework-SystemDrawing (2)
SystemDrawingExtension.cs (2)
37internal override object? GetBitmap(object? data) => GetBitmapImpl(data); 41Bitmap? bitmapData = GetBitmapImpl(data);