I guess this was a typo at some point.
I think it is may a typo.
Both words do exist, while writable seems like a most common one?
@ForNeVeR I think the WriteableBitmap is well for WPF is WriteableBitmap
We can copy the code to Avalonia when we use WriteableBitmap but we should change the code when we use WritableBitmap
@ForNeVeR it is interesting that writeable appears less common in English but it is certainly more common in xaml frameworks. The avalonia version has caught me out more than once.
The name was initially chosen to match the WPF's counterpart.
@kekekeks WPF is WriteableBitmap
Ouch.
Sorry, I should have been clearer in my original post.
233
It might be a breaking change for https://github.com/VitalElement/CefGlue.Core/blob/cabfb71a1b7cb537fa7f5fa33c73e8bd3daef817/CefGlue.Avalonia/AvaloniaCefBrowser.cs
I don't see other libraries on github that are using it. It might be worth to rename this class early.
@grokys @jkoritzinsky
rename it!
Yeah rename it!
Most helpful comment
@ForNeVeR I think the WriteableBitmap is well for WPF is WriteableBitmap
We can copy the code to Avalonia when we use
WriteableBitmapbut we should change the code when we useWritableBitmap