Exemplo n.º 1
0
 public void TextViewCreated(IWpfTextView textView) =>
 BackgroundImageService.InstallService(textView, imageSourceServiceProvider.Create(textView));
Exemplo n.º 2
0
 public override void HexViewCreated(WpfHexView hexView) =>
 HexViewBackgroundImageService.InstallService(hexView, imageSourceServiceProvider.Create(hexView));