SYMBOL INDEX (370 symbols across 43 files) FILE: EasyJob/App.xaml.cs class App (line 15) | public partial class App : Application method OnStartup (line 17) | protected override void OnStartup(StartupEventArgs e) method SetDropDownMenuToBeRightAligned (line 24) | private static void SetDropDownMenuToBeRightAligned() FILE: EasyJob/MainWindow.xaml.cs class MainWindow (line 23) | public partial class MainWindow : Window method MainWindow (line 31) | public MainWindow() method LoadConfig (line 38) | public void LoadConfig() method SaveConfig (line 63) | public bool SaveConfig() method MainMenuItemsVisibility (line 119) | private void MainMenuItemsVisibility() method AddTextToConsole (line 145) | private void AddTextToConsole (string Text, int OwnerTab) method AddTextToEventsList (line 164) | public void AddTextToEventsList(string Text, bool IsAsync) method ScrollToBottomListBox (line 186) | private void ScrollToBottomListBox(ListBox listBox, bool IsAsync) method RemoveTaskFromTasksList (line 216) | private void RemoveTaskFromTasksList(int ProcessID, bool IsAsync) method AddTaskToTasksList (line 251) | private void AddTaskToTasksList(int ProcessID, string ProcessFileName) method GetScriptPath (line 257) | private string GetScriptPath(string ButtonScript, string ButtonScriptP... method GetPowerShellArguments (line 275) | private string GetPowerShellArguments(string Arguments) method ShowAddButtonDialog (line 287) | private void ShowAddButtonDialog() method ShowRenameTabDialog (line 315) | private void ShowRenameTabDialog(int SelectedTab, string SelectedTabHe... method ShowAddNewTabDialog (line 346) | private void ShowAddNewTabDialog() method ShowReorderActionButtonsDialog (line 362) | private void ShowReorderActionButtonsDialog() method ClearOutputButton_Click (line 384) | public void ClearOutputButton_Click(object sender, RoutedEventArgs e) method ConvertArgumentsToAnswers (line 391) | public AnswerData ConvertArgumentsToAnswers(List Answers) method ConvertArgumentsToPowerShell (line 398) | public string ConvertArgumentsToPowerShell(List Answers) method ConvertArgumentsToCMD (line 414) | public string ConvertArgumentsToCMD(List Answers) method RemoveScriptFileFromPath (line 430) | public string RemoveScriptFileFromPath(string ScriptPath) method ActionButton_Click (line 446) | public async void ActionButton_Click(object sender, RoutedEventArgs e) method RunProcessAsync (line 525) | public async Task RunProcessAsync(string FileName, string Args, i... method RunProcessAsync (line 542) | private Task RunProcessAsync(Process process, int OwnerTab, strin... method TasksListStop_Click (line 591) | private void TasksListStop_Click(object sender, RoutedEventArgs e) method ScrollToTopButton_Click (line 608) | private void ScrollToTopButton_Click(object sender, RoutedEventArgs e) method ScrollToBottomButton_Click (line 621) | private void ScrollToBottomButton_Click(object sender, RoutedEventArgs e) method FindVisualChild (line 634) | private static T FindVisualChild(DependencyObject parent) where T :... method ReloadConfigMenuItem_Click (line 653) | private void ReloadConfigMenuItem_Click(object sender, RoutedEventArgs e) method OpenAppFolderMenuItem_Click (line 680) | private void OpenAppFolderMenuItem_Click(object sender, RoutedEventArg... method ClearEventsLogListMenuItem_Click (line 693) | private void ClearEventsLogListMenuItem_Click(object sender, RoutedEve... method ReorderTabsMenuItem_Click (line 698) | private void ReorderTabsMenuItem_Click(object sender, RoutedEventArgs e) method ConfigurationMenuItem_Click (line 716) | private void ConfigurationMenuItem_Click(object sender, RoutedEventArg... method AddTabMenuItem_Click (line 728) | private void AddTabMenuItem_Click(object sender, RoutedEventArgs e) method RemoveCurrentTabMenuItem_Click (line 733) | private void RemoveCurrentTabMenuItem_Click(object sender, RoutedEvent... method RenameCurrentTabMenuItem_Click (line 758) | private void RenameCurrentTabMenuItem_Click(object sender, RoutedEvent... method AddButtonToCurrentTabMenuItem_Click (line 764) | private void AddButtonToCurrentTabMenuItem_Click(object sender, Routed... method ReorderButtonsInCurrentTabMenuItem_Click (line 769) | private void ReorderButtonsInCurrentTabMenuItem_Click(object sender, R... method ExitMenuItem_Click (line 774) | private void ExitMenuItem_Click(object sender, RoutedEventArgs e) method MenuAbout_Click (line 789) | private void MenuAbout_Click(object sender, RoutedEventArgs e) method MenuTroubleshooting_Click (line 795) | private void MenuTroubleshooting_Click(object sender, RoutedEventArgs e) method MenuColorTags_Click (line 801) | private void MenuColorTags_Click(object sender, RoutedEventArgs e) method ActionButton_PreviewMouseDown (line 812) | public void ActionButton_PreviewMouseDown(object sender, MouseButtonEv... method OnActionButtonPannel_PreviewMouseDown (line 861) | public void OnActionButtonPannel_PreviewMouseDown(object sender, Mouse... method OnTabHeader_PreviewMouseDown (line 917) | private void OnTabHeader_PreviewMouseDown(object sender, MouseButtonEv... method ContextMenuRemoveTab_Click (line 963) | private void ContextMenuRemoveTab_Click(object sender, RoutedEventArgs e) method ContextMenuRenameTab_Click (line 990) | private void ContextMenuRenameTab_Click(object sender, RoutedEventArgs e) method ContextMenuAddTab_Click (line 1015) | private void ContextMenuAddTab_Click(object sender, RoutedEventArgs e) method ContextMenuRemoveActionButton_Click (line 1020) | private void ContextMenuRemoveActionButton_Click(object sender, Routed... method ContextMenuCopyActionButton_Click (line 1047) | private void ContextMenuCopyActionButton_Click(object sender, RoutedEv... method ContextMenuEditActionButton_Click (line 1058) | private void ContextMenuEditActionButton_Click(object sender, RoutedEv... method ContextMenuAddActionButton_Click (line 1093) | private void ContextMenuAddActionButton_Click(object sender, RoutedEve... method ContextMenuReorderActionButtons_Click (line 1098) | private void ContextMenuReorderActionButtons_Click(object sender, Rout... method ContextMenuPasteActionButton_Click (line 1103) | private void ContextMenuPasteActionButton_Click(object sender, RoutedE... FILE: EasyJob/Serialization/AnswerDialog/Answer.cs class Answer (line 3) | public class Answer FILE: EasyJob/Serialization/AnswerDialog/AnswerData.cs class AnswerData (line 5) | public class AnswerData FILE: EasyJob/Serialization/Config/Config.cs class Config (line 5) | public class Config FILE: EasyJob/Serialization/Config/ConfigArgument.cs class ConfigArgument (line 3) | public class ConfigArgument method ConfigArgument (line 13) | public ConfigArgument(string argument_question, string argument_answer) FILE: EasyJob/Serialization/Config/ConfigButton.cs class ConfigButton (line 6) | public class ConfigButton method ConfigButton (line 26) | public ConfigButton(Guid id, string text, string description, string s... FILE: EasyJob/Serialization/Config/ConfigRestrictions.cs class ConfigRestrictions (line 9) | public class ConfigRestrictions FILE: EasyJob/Serialization/Config/ConfigTab.cs class ConfigTab (line 6) | public class ConfigTab method ConfigTab (line 18) | public ConfigTab(Guid id, string header, List buttons) FILE: EasyJob/Serialization/TabItems/ActionButton.cs class ActionButton (line 8) | public class ActionButton FILE: EasyJob/Serialization/TabItems/TabData.cs class TabData (line 8) | public class TabData : INotifyPropertyChanged method TabData (line 15) | public TabData() method TabData (line 24) | public TabData(string tabTextBoxText) method OnChange (line 99) | protected void OnChange(string info) FILE: EasyJob/Serialization/TasksList/TaskListTask.cs class TaskListTask (line 3) | public class TaskListTask FILE: EasyJob/Utils/CommonUtils.cs class CommonUtils (line 10) | public class CommonUtils method OpenLinkInBrowser (line 12) | public static void OpenLinkInBrowser(string url) method ReadAssemblyFile (line 24) | public static string ReadAssemblyFile(string name) method ApplyConsoleColorTagsToText (line 43) | public static string ApplyConsoleColorTagsToText(string Text) method ConvertPartToRelative (line 83) | public static string ConvertPartToRelative(string Path) method ApplicationStartupPath (line 89) | public static string ApplicationStartupPath() FILE: EasyJob/Utils/ConfigUtils.cs class ConfigUtils (line 16) | public class ConfigUtils method ConvertTabsFromConfigToUI (line 21) | public static ObservableCollection ConvertTabsFromConfigToUI(... method ConvertTabsFromUIToConfig (line 51) | public static List ConvertTabsFromUIToConfig(IEnumerable canExecuteMethod) method DelegateCommand (line 35) | public DelegateCommand(Action executeMethod, Func canExecuteMeth... method CanExecute (line 54) | public bool CanExecute() method Execute (line 66) | public void Execute() method RaiseCanExecuteChanged (line 103) | public void RaiseCanExecuteChanged() method OnCanExecuteChanged (line 111) | protected virtual void OnCanExecuteChanged() method CanExecute (line 143) | bool ICommand.CanExecute(object parameter) method Execute (line 148) | void ICommand.Execute(object parameter) method DelegateCommand (line 177) | public DelegateCommand(Action executeMethod) method DelegateCommand (line 185) | public DelegateCommand(Action executeMethod, Func canExecu... method DelegateCommand (line 193) | public DelegateCommand(Action executeMethod, Func canExecu... method CanExecute (line 212) | public bool CanExecute(T parameter) method Execute (line 224) | public void Execute(T parameter) method RaiseCanExecuteChanged (line 235) | public void RaiseCanExecuteChanged() method OnCanExecuteChanged (line 243) | protected virtual void OnCanExecuteChanged() method CanExecute (line 301) | bool ICommand.CanExecute(object parameter) method Execute (line 314) | void ICommand.Execute(object parameter) class DelegateCommand (line 170) | public class DelegateCommand : ICommand method DelegateCommand (line 19) | public DelegateCommand(Action executeMethod) method DelegateCommand (line 27) | public DelegateCommand(Action executeMethod, Func canExecuteMethod) method DelegateCommand (line 35) | public DelegateCommand(Action executeMethod, Func canExecuteMeth... method CanExecute (line 54) | public bool CanExecute() method Execute (line 66) | public void Execute() method RaiseCanExecuteChanged (line 103) | public void RaiseCanExecuteChanged() method OnCanExecuteChanged (line 111) | protected virtual void OnCanExecuteChanged() method CanExecute (line 143) | bool ICommand.CanExecute(object parameter) method Execute (line 148) | void ICommand.Execute(object parameter) method DelegateCommand (line 177) | public DelegateCommand(Action executeMethod) method DelegateCommand (line 185) | public DelegateCommand(Action executeMethod, Func canExecu... method DelegateCommand (line 193) | public DelegateCommand(Action executeMethod, Func canExecu... method CanExecute (line 212) | public bool CanExecute(T parameter) method Execute (line 224) | public void Execute(T parameter) method RaiseCanExecuteChanged (line 235) | public void RaiseCanExecuteChanged() method OnCanExecuteChanged (line 243) | protected virtual void OnCanExecuteChanged() method CanExecute (line 301) | bool ICommand.CanExecute(object parameter) method Execute (line 314) | void ICommand.Execute(object parameter) class CommandManagerHelper (line 335) | internal static class CommandManagerHelper method CallWeakReferenceHandlers (line 337) | internal static void CallWeakReferenceHandlers(List han... method AddHandlersToRequerySuggested (line 372) | internal static void AddHandlersToRequerySuggested(List... method RemoveHandlersFromRequerySuggested (line 387) | internal static void RemoveHandlersFromRequerySuggested(List h... method RemoveWeakReferenceHandler (line 417) | internal static void RemoveWeakReferenceHandler(List ha... FILE: WpfRichText/Controls/RichTextEditor.xaml.cs class RichTextEditor (line 22) | public partial class RichTextEditor : UserControl method RichTextEditor (line 30) | public RichTextEditor() FILE: WpfRichText/XamlToHtmlParser/HtmlCssParser.cs class HtmlCssParser (line 22) | internal static class HtmlCssParser method GetElementPropertiesFromCssAttributes (line 30) | internal static void GetElementPropertiesFromCssAttributes(XmlElement ... method ParseWhiteSpace (line 201) | private static void ParseWhiteSpace(string styleValue, ref int nextIndex) method ParseWord (line 213) | private static bool ParseWord(string word, string styleValue, ref int ... method ParseWordEnumeration (line 237) | private static string ParseWordEnumeration(string[] words, string styl... method ParseWordEnumeration (line 250) | private static void ParseWordEnumeration(string[] words, string styleV... method ParseCssSize (line 259) | private static string ParseCssSize(string styleValue, ref int nextInde... method ParseCssSize (line 299) | private static void ParseCssSize(string styleValue, ref int nextIndex,... method ParseCssColor (line 337) | private static string ParseCssColor(string styleValue, ref int nextIndex) method ParseCssColor (line 402) | private static void ParseCssColor(string styleValue, ref int nextIndex... method ParseCssFont (line 445) | private static void ParseCssFont(string styleValue, Hashtable localPro... method ParseCssFontStyle (line 465) | private static void ParseCssFontStyle(string styleValue, ref int nextI... method ParseCssFontVariant (line 470) | private static void ParseCssFontVariant(string styleValue, ref int nex... method ParseCssFontWeight (line 475) | private static void ParseCssFontWeight(string styleValue, ref int next... method ParseCssFontFamily (line 480) | private static void ParseCssFontFamily(string styleValue, ref int next... method ParseCssListStyle (line 575) | private static void ParseCssListStyle(string styleValue, Hashtable loc... method ParseCssListStyleType (line 610) | private static string ParseCssListStyleType(string styleValue, ref int... method ParseCssListStylePosition (line 615) | private static string ParseCssListStylePosition(string styleValue, ref... method ParseCssListStyleImage (line 620) | private static string ParseCssListStyleImage(string styleValue, ref in... method ParseCssTextDecoration (line 634) | private static void ParseCssTextDecoration(string styleValue, ref int ... method ParseCssTextTransform (line 662) | private static void ParseCssTextTransform(string styleValue, ref int n... method ParseCssTextAlign (line 675) | private static void ParseCssTextAlign(string styleValue, ref int nextI... method ParseCssVerticalAlign (line 688) | private static void ParseCssVerticalAlign(string styleValue, ref int n... method ParseCssFloat (line 702) | private static void ParseCssFloat(string styleValue, ref int nextIndex... method ParseCssClear (line 715) | private static void ParseCssClear(string styleValue, ref int nextIndex... method ParseCssRectangleProperty (line 727) | private static bool ParseCssRectangleProperty(string styleValue, ref i... method ParseCssBorder (line 774) | private static void ParseCssBorder(string styleValue, ref int nextInde... method ParseCssBorderStyle (line 792) | private static string ParseCssBorderStyle(string styleValue, ref int n... method ParseCssBackground (line 812) | private static void ParseCssBackground(string styleValue, ref int next... class CssStylesheet (line 819) | internal class CssStylesheet method CssStylesheet (line 822) | public CssStylesheet(XmlElement htmlElement) method DiscoverStyleDefinitions (line 832) | public void DiscoverStyleDefinitions(XmlElement htmlElement) method RemoveComments (line 920) | private string RemoveComments(string text) method AddStyleDefinition (line 938) | public void AddStyleDefinition(string selector, string definition) method GetStyle (line 965) | public string GetStyle(string elementName, List sourceCont... method MatchSelectorLevel (line 993) | private static bool MatchSelectorLevel(string selectorLevel, XmlElemen... class StyleDefinition (line 1045) | private class StyleDefinition method StyleDefinition (line 1047) | public StyleDefinition(string selector, string definition) FILE: WpfRichText/XamlToHtmlParser/HtmlFromXamlConverter.cs class HtmlFromXamlConverter (line 25) | internal static class HtmlFromXamlConverter method ConvertXamlToHtml (line 34) | internal static string ConvertXamlToHtml(string xamlString) method ConvertXamlToHtml (line 47) | internal static string ConvertXamlToHtml(string xamlString, bool asFlo... method WriteFlowDocument (line 93) | private static bool WriteFlowDocument(XmlTextReader xamlReader, XmlTex... method WriteFormattingProperties (line 140) | private static void WriteFormattingProperties(XmlTextReader xamlReader... method ParseXamlColor (line 267) | private static string ParseXamlColor(string color) method ParseXamlThickness (line 277) | private static string ParseXamlThickness(string thickness) method WriteElementContent (line 328) | private static void WriteElementContent(XmlTextReader xamlReader, XmlT... method AddComplexProperty (line 409) | private static void AddComplexProperty(XmlTextReader xamlReader, Strin... method WriteElement (line 436) | private static void WriteElement(XmlTextReader xamlReader, XmlTextWrit... method ReadNextToken (line 539) | private static bool ReadNextToken(XmlReader xamlReader) FILE: WpfRichText/XamlToHtmlParser/HtmlLexicalAnalyzer.cs class HtmlLexicalAnalyzer (line 24) | internal class HtmlLexicalAnalyzer : IDisposable method HtmlLexicalAnalyzer (line 41) | internal HtmlLexicalAnalyzer(string inputTextString) method GetNextContentToken (line 73) | internal void GetNextContentToken() method GetNextTagToken (line 167) | internal void GetNextTagToken() method GetNextEqualSignToken (line 225) | internal void GetNextEqualSignToken() method GetNextAtomToken (line 247) | internal void GetNextAtomToken() method GetNextCharacter (line 337) | private void GetNextCharacter() method ReadLookAheadCharacter (line 436) | private void ReadLookAheadCharacter() method SkipWhiteSpace (line 450) | private void SkipWhiteSpace() method IsGoodForNameStart (line 507) | private static bool IsGoodForNameStart(char character) method IsGoodForName (line 523) | private static bool IsGoodForName(char character) method IsCombiningCharacter (line 548) | private static bool IsCombiningCharacter(char character) method IsExtender (line 565) | private static bool IsExtender(char character) method ReadDynamicContent (line 574) | private void ReadDynamicContent() method ReadComment (line 615) | private void ReadComment() method ReadUnknownDirective (line 672) | private void ReadUnknownDirective() method SkipProcessingDirective (line 702) | private void SkipProcessingDirective() method Dispose (line 818) | public void Dispose() method Dispose (line 823) | private void Dispose(bool disposing) FILE: WpfRichText/XamlToHtmlParser/HtmlParser.cs class HtmlParser (line 76) | internal class HtmlParser : IDisposable method HtmlParser (line 92) | private HtmlParser(string inputString) method ParseHtml (line 128) | internal static XmlElement ParseHtml(string htmlString) method ExtractHtmlFromClipboardData (line 166) | internal static string ExtractHtmlFromClipboardData(string htmlDataStr... method AddHtmlClipboardHeader (line 206) | internal static string AddHtmlClipboardHeader(string htmlString) method InvariantAssert (line 252) | private static void InvariantAssert(bool condition, string message) method ParseHtmlContent (line 266) | private XmlElement ParseHtmlContent() method CreateElementCopy (line 361) | private XmlElement CreateElementCopy(XmlElement htmlElement) method AddEmptyElement (line 372) | private void AddEmptyElement(XmlElement htmlEmptyElement) method OpenInlineElement (line 379) | private void OpenInlineElement(XmlElement htmlInlineElement) method OpenStructuringElement (line 385) | private void OpenStructuringElement(XmlElement htmlElement) method IsElementOpened (line 428) | private bool IsElementOpened(string htmlElementName) method CloseElement (line 440) | private void CloseElement(string htmlElementName) method AddTextContent (line 480) | private void AddTextContent(string textContent) method AddComment (line 491) | private void AddComment(string comment) method OpenPendingInlineElements (line 504) | private void OpenPendingInlineElements() method ParseAttributes (line 520) | private void ParseAttributes(XmlElement xmlElement) method Dispose (line 566) | public void Dispose() method Dispose (line 571) | private void Dispose(bool disposing) FILE: WpfRichText/XamlToHtmlParser/HtmlSchema.cs class HtmlSchema (line 22) | internal static class HtmlSchema method HtmlSchema (line 37) | static HtmlSchema() method IsEmptyElement (line 75) | internal static bool IsEmptyElement(string xmlElementName) method IsBlockElement (line 89) | internal static bool IsBlockElement(string xmlElementName) method IsInlineElement (line 99) | internal static bool IsInlineElement(string xmlElementName) method IsKnownOpenableElement (line 112) | internal static bool IsKnownOpenableElement(string xmlElementName) method ClosesOnParentElementEnd (line 124) | internal static bool ClosesOnParentElementEnd(string xmlElementName) method ClosesOnNextElementStart (line 138) | internal static bool ClosesOnNextElementStart(string currentElementNam... method IsEntity (line 175) | internal static bool IsEntity(string entityName) method EntityCharacterValue (line 195) | internal static char EntityCharacterValue(string entityName) method InitializeInlineElements (line 230) | private static void InitializeInlineElements() method InitializeBlockElements (line 264) | private static void InitializeBlockElements() method InitializeEmptyElements (line 307) | private static void InitializeEmptyElements() method InitializeOtherOpenableElements (line 327) | private static void InitializeOtherOpenableElements() method InitializeElementsClosingOnParentElementEnd (line 362) | private static void InitializeElementsClosingOnParentElementEnd() method InitializeElementsClosingOnNewElementStart (line 381) | private static void InitializeElementsClosingOnNewElementStart() method InitializeHtmlCharacterEntities (line 458) | private static void InitializeHtmlCharacterEntities() FILE: WpfRichText/XamlToHtmlParser/HtmlToXamlConverter.cs class HtmlToXamlConverter (line 26) | public static class HtmlToXamlConverter method ConvertHtmlToXaml (line 50) | public static string ConvertHtmlToXaml(string htmlString, bool asFlowD... method GetAttribute (line 97) | internal static string GetAttribute(XmlElement element, string attribu... method UnQuote (line 125) | internal static string UnQuote(string value) method AddBlock (line 172) | private static XmlNode AddBlock(XmlElement xamlParentElement, XmlNode ... method AddBreak (line 302) | private static void AddBreak(XmlElement xamlParentElement, string html... method AddSection (line 338) | private static void AddSection(XmlElement xamlParentElement, XmlElemen... method AddParagraph (line 412) | private static void AddParagraph(XmlElement xamlParentElement, XmlElem... method AddImplicitParagraph (line 452) | private static XmlNode AddImplicitParagraph(XmlElement xamlParentEleme... method AddInline (line 507) | private static void AddInline(XmlElement xamlParentElement, XmlNode ht... method AddSpanOrRun (line 563) | private static void AddSpanOrRun(XmlElement xamlParentElement, XmlElem... method AddTextRun (line 603) | private static void AddTextRun(XmlElement xamlElement, string textData) method AddHyperlink (line 624) | private static void AddHyperlink(XmlElement xamlParentElement, XmlElem... method DefineInlineFragmentParent (line 670) | private static void DefineInlineFragmentParent(XmlComment htmlComment,... method ExtractInlineFragment (line 693) | private static XmlElement ExtractInlineFragment(XmlElement xamlFlowDoc... method AddImage (line 722) | private static void AddImage(XmlElement xamlParentElement, XmlElement ... method AddList (line 748) | private static void AddList(XmlElement xamlParentElement, XmlElement h... method AddOrphanListItems (line 819) | private static XmlElement AddOrphanListItems(XmlElement xamlParentElem... method AddListItem (line 873) | private static void AddListItem(XmlElement xamlListElement, XmlElement... method AddTable (line 920) | private static void AddTable(XmlElement xamlParentElement, XmlElement ... method GetCellFromSingleCellTable (line 1024) | private static XmlElement GetCellFromSingleCellTable(XmlElement htmlTa... method AddColumnInformation (line 1102) | private static void AddColumnInformation(XmlElement htmlTableElement, ... method AddTableColumnGroup (line 1157) | private static void AddTableColumnGroup(XmlElement xamlTableElement, X... method AddTableColumn (line 1187) | private static void AddTableColumn(XmlElement xamlTableElement, XmlEle... method AddTableRowsToTableBody (line 1220) | private static XmlNode AddTableRowsToTableBody(XmlElement xamlTableBod... method AddTableCellsToTableRow (line 1304) | private static XmlNode AddTableCellsToTableRow(XmlElement xamlTableRow... method AddDataToTableCell (line 1402) | private static void AddDataToTableCell(XmlElement xamlTableCellElement... method AnalyzeTableStructure (line 1428) | private static ArrayList AnalyzeTableStructure(XmlElement htmlTableEle... method AnalyzeTbodyStructure (line 1530) | private static double AnalyzeTbodyStructure(XmlElement htmlTbodyElemen... method AnalyzeTRStructure (line 1597) | private static double AnalyzeTRStructure(XmlElement htmlTRElement, Arr... method GetRowSpan (line 1753) | private static int GetRowSpan(XmlElement htmlTDElement) method GetNextColumnIndex (line 1792) | private static int GetNextColumnIndex(int columnIndex, double columnWi... method ClearActiveRowSpans (line 1829) | private static void ClearActiveRowSpans(ArrayList activeRowSpans) method InitializeActiveRowSpans (line 1846) | private static void InitializeActiveRowSpans(ArrayList activeRowSpans,... method GetNextColumnStart (line 1865) | private static double GetNextColumnStart(XmlElement htmlTDElement, dou... method GetColumnWidth (line 1891) | private static double GetColumnWidth(XmlElement htmlTDElement) method CalculateColumnSpan (line 1927) | private static int CalculateColumnSpan(int columnIndex, double columnW... method VerifyColumnStartsAscendingOrder (line 1968) | private static void VerifyColumnStartsAscendingOrder(ArrayList columnS... method ApplyLocalProperties (line 1999) | private static void ApplyLocalProperties(XmlElement xamlElement, Hasht... method ComposeThicknessProperty (line 2244) | private static void ComposeThicknessProperty(XmlElement xamlElement, s... method SetPropertyValue (line 2282) | private static void SetPropertyValue(XmlElement xamlElement, Dependenc... method GetElementProperties (line 2317) | private static Hashtable GetElementProperties(XmlElement htmlElement, ... method GetCssAttribute (line 2469) | private static string GetCssAttribute(string cssStyle, string attribut... method TryGetLengthValue (line 2507) | private static bool TryGetLengthValue(string lengthAsString, out doubl... method GetColorValue (line 2554) | private static string GetColorValue(string colorValue) method ApplyPropertiesToTableCellElement (line 2572) | private static void ApplyPropertiesToTableCellElement(XmlElement htmlC... FILE: WpfRichText/XamlToHtmlParser/HtmlTokenType.cs type HtmlTokenType (line 16) | internal enum HtmlTokenType