C# Class ReasonCodeExample.XPathInformation.VisualStudioIntegration.XmlTextViewCreationListener

Inheritance: IWpfTextViewCreationListener
Mostra file Open project: uli-weltersbach/XPathInformation

Public Methods

Method Description
TextViewCreated ( IWpfTextView textView ) : void
XmlTextViewCreationListener ( ) : System
XmlTextViewCreationListener ( XmlRepository repository, StatusbarAdapter statusbar ) : System

Private Methods

Method Description
ResetXml ( object sender, EventArgs e ) : void
StoreCurrentNode ( object sender, CaretPositionChangedEventArgs e ) : void
StoreCurrentNode ( string xml, int lineNumber, int linePosition ) : void

Method Details

TextViewCreated() public method

public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView
return void

XmlTextViewCreationListener() public method

public XmlTextViewCreationListener ( ) : System
return System

XmlTextViewCreationListener() public method

public XmlTextViewCreationListener ( XmlRepository repository, StatusbarAdapter statusbar ) : System
repository XmlRepository
statusbar StatusbarAdapter
return System