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