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