Henrik Eriksson
Henrik Eriksson
It is currently quite challenging to determine whether or not a ToggleButton is checked if the dark theme is applied. Below "B" is checked in light and dark mode. 
Comboboxes normally look like this (light and dark):  but if they are located in a toolbar this is the result:  I'm not sure what the desired look is,...
Perhaps the corner radius of the SelectedArea rectangle could be a property of the control (like the pen and brush)?
I don't know what the purpose of this is Core.cs: 424 ``` if (delta > span) { lock (InvalidationLock) { LastInvalidation = now; } skiped = false; w.ReportProgress(1); Debug.WriteLine("Invalidate delta:...
I would like to use all bits to represent fractions. For signed types this seems to work: a fpm::fixed gives a range of [-1, 0.992188]. This doesn't work for unsigned...
Would it be possible to support batch reads/writes in some form? If you want to write all elements in a container to a channel it seems a bit inefficient to...
Is there a way to use nearest neighbor interpolation for a GroundOverlay image?