I am planning to have search functionality in WPF like it happens in Google Chrome browser. The sample is shown below

I have the backend code ready, but I want to have a TextBox like the one shown below – in which I can display the results also(like 0 of 0).
Also I would like to have the arrow marks for next and prev.
How do I design such a TextBox in WPF in XAML? Please guide me regarding the same.
A custom control can be created using following code:
Style in Generic.xaml
You will need to change it according to your needs. But this should be a good starting point.