How to UI automate if there is a html content inside wpf container

I have a window desktop apllication which I need to automate. It has a html content with elements inside wpf container. So is it possible to automate in appium. If yes how to automate?

I tried using inspect.exe and the container which has html content is of type image and the image is inside a pane type object.