public void TextViewCreated(IWpfTextView textView) => BackgroundImageService.InstallService(textView, imageSourceServiceProvider.Create(textView));
public override void HexViewCreated(WpfHexView hexView) => HexViewBackgroundImageService.InstallService(hexView, imageSourceServiceProvider.Create(hexView));