C# Class PReview.DiffMarginFactoryBase

Inheritance: IWpfTextViewMarginProvider
Datei anzeigen Open project: laurentkempe/PReview

Private Properties

Property Type Description

Public Methods

Method Description
CreateMargin ( IWpfTextViewHost wpfTextViewHost, IWpfTextViewMargin marginContainer ) : IWpfTextViewMargin

Protected Methods

Method Description
TryGetMarginCore ( IWpfTextViewHost textViewHost ) : IMarginCore

Method Details

CreateMargin() public abstract method

public abstract CreateMargin ( IWpfTextViewHost wpfTextViewHost, IWpfTextViewMargin marginContainer ) : IWpfTextViewMargin
wpfTextViewHost IWpfTextViewHost
marginContainer IWpfTextViewMargin
return IWpfTextViewMargin

TryGetMarginCore() protected method

protected TryGetMarginCore ( IWpfTextViewHost textViewHost ) : IMarginCore
textViewHost IWpfTextViewHost
return IMarginCore