5 references to Image_MustBeLocked
PresentationCore (5)
System\Windows\InterOp\D3DImage.cs (3)
129
throw new InvalidOperationException(SR.
Image_MustBeLocked
);
258
throw new InvalidOperationException(SR.
Image_MustBeLocked
);
293
throw new InvalidOperationException(SR.
Image_MustBeLocked
);
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
160
throw new InvalidOperationException(SR.
Image_MustBeLocked
);
307
throw new InvalidOperationException(SR.
Image_MustBeLocked
);