I need an Image that is grayed out when disabled (IsEnabled=False). A grayed out version of the image can be produced by reading the BitmapImage into a FormatConvertedBitmap whi
Have a look at this link
EDIT: Or this one (all you need is the AutoGreyableImage class)