C# Class XmlIntelliSense.App.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: Code-Inside/Samples

Public Methods

Method Description
MainWindow ( ) : System
ProvidePossibleAttributesAutocomplete ( XmlElementInformation path ) : string>>.List
ProvidePossibleElementsAutocomplete ( XmlElementInformation path ) : string>>.List

Private Methods

Method Description
IntelliSense ( object sender, EventArgs eventArgs ) : void
InvokeCompletionWindow ( string>.List elementAutocompleteList, bool isAttribute ) : void
TextArea_TextEntered ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

ProvidePossibleAttributesAutocomplete() public method

public ProvidePossibleAttributesAutocomplete ( XmlElementInformation path ) : string>>.List
path XmlIntelliSense.App.XHelper.XmlElementInformation
return string>>.List

ProvidePossibleElementsAutocomplete() public method

public ProvidePossibleElementsAutocomplete ( XmlElementInformation path ) : string>>.List
path XmlIntelliSense.App.XHelper.XmlElementInformation
return string>>.List