SYMBOL INDEX (1372 symbols across 211 files) FILE: src/Notepads.Controls/DropShadowPanel/DropShadowPanel.Properties.cs class DropShadowPanel (line 16) | public partial class DropShadowPanel method OnBlurRadiusChanged (line 148) | private static void OnBlurRadiusChanged(DependencyObject d, Dependency... method OnColorChanged (line 156) | private static void OnColorChanged(DependencyObject d, DependencyPrope... method OnOffsetXChanged (line 164) | private static void OnOffsetXChanged(DependencyObject d, DependencyPro... method OnOffsetYChanged (line 172) | private static void OnOffsetYChanged(DependencyObject d, DependencyPro... method OnOffsetZChanged (line 180) | private static void OnOffsetZChanged(DependencyObject d, DependencyPro... method OnShadowOpacityChanged (line 188) | private static void OnShadowOpacityChanged(DependencyObject d, Depende... method OnIsMaskedChanged (line 196) | private static void OnIsMaskedChanged(DependencyObject d, DependencyPr... FILE: src/Notepads.Controls/DropShadowPanel/DropShadowPanel.cs class DropShadowPanel (line 20) | [TemplatePart(Name = PartShadow, Type = typeof(Border))] method DropShadowPanel (line 32) | public DropShadowPanel() method OnApplyTemplate (line 47) | protected override void OnApplyTemplate() method OnContentChanged (line 62) | protected override void OnContentChanged(object oldContent, object new... method OnSizeChanged (line 83) | private void OnSizeChanged(object sender, SizeChangedEventArgs e) method ConfigureShadowVisualForCastingElement (line 88) | private void ConfigureShadowVisualForCastingElement() method OnBlurRadiusChanged (line 94) | private void OnBlurRadiusChanged(double newValue) method OnColorChanged (line 102) | private void OnColorChanged(Color newValue) method OnOffsetXChanged (line 110) | private void OnOffsetXChanged(double newValue) method OnOffsetYChanged (line 118) | private void OnOffsetYChanged(double newValue) method OnOffsetZChanged (line 126) | private void OnOffsetZChanged(double newValue) method OnShadowOpacityChanged (line 134) | private void OnShadowOpacityChanged(double newValue) method UpdateShadowMask (line 142) | private void UpdateShadowMask() method UpdateShadowOffset (line 169) | private void UpdateShadowOffset(float x, float y, float z) method UpdateShadowSize (line 177) | private void UpdateShadowSize() FILE: src/Notepads.Controls/GridSplitter/GridSplitter.Data.cs class GridSplitter (line 11) | public partial class GridSplitter type GridResizeDirection (line 16) | public enum GridResizeDirection type GridResizeBehavior (line 38) | public enum GridResizeBehavior type GripperCursorType (line 64) | public enum GripperCursorType type SplitterCursorBehavior (line 145) | public enum SplitterCursorBehavior FILE: src/Notepads.Controls/GridSplitter/GridSplitter.Events.cs class GridSplitter (line 18) | public partial class GridSplitter method GridSplitter_Loaded (line 25) | private void GridSplitter_Loaded(object sender, RoutedEventArgs e) method CreateGripperDisplay (line 53) | private void CreateGripperDisplay() method OnKeyDown (line 69) | protected override void OnKeyDown(KeyRoutedEventArgs e) method OnManipulationStarted (line 119) | protected override void OnManipulationStarted(ManipulationStartedRoute... method OnManipulationCompleted (line 139) | protected override void OnManipulationCompleted(ManipulationCompletedR... method OnManipulationDelta (line 147) | protected override void OnManipulationDelta(ManipulationDeltaRoutedEve... method VerticalMove (line 170) | private bool VerticalMove(double verticalChange) method HorizontalMove (line 236) | private bool HorizontalMove(double horizontalChange) FILE: src/Notepads.Controls/GridSplitter/GridSplitter.Helper.cs class GridSplitter (line 14) | public partial class GridSplitter method IsStarColumn (line 16) | private static bool IsStarColumn(ColumnDefinition definition) method IsStarRow (line 21) | private static bool IsStarRow(RowDefinition definition) method SetColumnWidth (line 26) | private bool SetColumnWidth(ColumnDefinition columnDefinition, double ... method IsValidColumnWidth (line 51) | private bool IsValidColumnWidth(ColumnDefinition columnDefinition, dou... method SetRowHeight (line 75) | private bool SetRowHeight(RowDefinition rowDefinition, double vertical... method IsValidRowHeight (line 100) | private bool IsValidRowHeight(RowDefinition rowDefinition, double vert... method GetTargetedColumn (line 125) | private int GetTargetedColumn() method GetTargetedRow (line 132) | private int GetTargetedRow() method GetSiblingColumn (line 139) | private int GetSiblingColumn() method GetSiblingRow (line 146) | private int GetSiblingRow() method GetTargetIndex (line 153) | private int GetTargetIndex(int currentIndex) method GetSiblingIndex (line 169) | private int GetSiblingIndex(int currentIndex) method GetResizeDirection (line 185) | private GridResizeDirection GetResizeDirection() method GetResizeBehavior (line 218) | private GridResizeBehavior GetResizeBehavior() FILE: src/Notepads.Controls/GridSplitter/GridSplitter.Options.cs class GridSplitter (line 15) | public partial class GridSplitter method OnGripperForegroundPropertyChanged (line 169) | private static void OnGripperForegroundPropertyChanged(DependencyObjec... method OnGripperCursorPropertyChanged (line 181) | private static void OnGripperCursorPropertyChanged(DependencyObject d,... method GripperCustomCursorResourcePropertyChanged (line 193) | private static void GripperCustomCursorResourcePropertyChanged(Depende... method CursorBehaviorPropertyChanged (line 205) | private static void CursorBehaviorPropertyChanged(DependencyObject d, ... method OnElementPropertyChanged (line 215) | private static void OnElementPropertyChanged(DependencyObject d, Depen... FILE: src/Notepads.Controls/GridSplitter/GridSplitter.cs class GridSplitter (line 17) | public partial class GridSplitter : Control method GridSplitter (line 163) | public GridSplitter() method OnApplyTemplate (line 172) | protected override void OnApplyTemplate() method GridSplitter_PointerReleased (line 201) | private void GridSplitter_PointerReleased(object sender, PointerRouted... method GridSplitter_PointerPressed (line 207) | private void GridSplitter_PointerPressed(object sender, PointerRoutedE... method GridSplitter_PointerExited (line 213) | private void GridSplitter_PointerExited(object sender, PointerRoutedEv... method GridSplitter_PointerEntered (line 223) | private void GridSplitter_PointerEntered(object sender, PointerRoutedE... method GridSplitter_ManipulationCompleted (line 233) | private void GridSplitter_ManipulationCompleted(object sender, Manipul... method GridSplitter_ManipulationStarted (line 240) | private void GridSplitter_ManipulationStarted(object sender, Manipulat... FILE: src/Notepads.Controls/GridSplitter/GripperHoverWrapper.cs class GripperHoverWrapper (line 12) | internal class GripperHoverWrapper method GripperHoverWrapper (line 42) | internal GripperHoverWrapper(UIElement element, GridSplitter.GridResiz... method UpdateHoverElement (line 53) | internal void UpdateHoverElement(UIElement element) method Element_PointerExited (line 61) | private void Element_PointerExited(object sender, PointerRoutedEventAr... method Element_PointerEntered (line 75) | private void Element_PointerEntered(object sender, PointerRoutedEventA... method UpdateDisplayCursor (line 91) | private void UpdateDisplayCursor() method SplitterManipulationStarted (line 121) | internal void SplitterManipulationStarted(object sender, ManipulationS... method SplitterManipulationCompleted (line 132) | internal void SplitterManipulationCompleted(object sender, Manipulatio... method UnhookEvents (line 143) | internal void UnhookEvents() FILE: src/Notepads.Controls/Helpers/DispatcherQueueHelper.cs class DispatcherQueueHelper (line 15) | public static class DispatcherQueueHelper method ExecuteOnUIThreadAsync (line 25) | public static Task ExecuteOnUIThreadAsync(this DispatcherQueue dispatc... method ExecuteOnUIThreadAsync (line 81) | public static Task ExecuteOnUIThreadAsync(this DispatcherQueue d... method ExecuteOnUIThreadAsync (line 129) | public static Task ExecuteOnUIThreadAsync(this DispatcherQueue dispatc... method ExecuteOnUIThreadAsync (line 196) | public static Task ExecuteOnUIThreadAsync(this DispatcherQueue d... FILE: src/Notepads.Controls/Helpers/ThemeListener.cs class ThemeListener (line 25) | [AllowForWeb] method ThemeListener (line 60) | public ThemeListener(DispatcherQueue dispatcherQueue = null) method Accessible_HighContrastChanged (line 77) | private async void Accessible_HighContrastChanged(AccessibilitySetting... method Settings_ColorValuesChanged (line 83) | private async void Settings_ColorValuesChanged(UISettings sender, obje... method OnColorValuesChanged (line 88) | internal Task OnColorValuesChanged() method CoreWindow_Activated (line 103) | private void CoreWindow_Activated(Windows.UI.Core.CoreWindow sender, W... method UpdateProperties (line 115) | private void UpdateProperties() method Dispose (line 134) | public void Dispose() FILE: src/Notepads.Controls/InAppNotification/InAppNotification.AttachedProperties.cs class InAppNotification (line 15) | public partial class InAppNotification method GetKeyFrameDuration (line 22) | public static TimeSpan GetKeyFrameDuration(DependencyObject obj) method SetKeyFrameDuration (line 32) | public static void SetKeyFrameDuration(DependencyObject obj, TimeSpan ... method OnKeyFrameAnimationChanged (line 43) | private static void OnKeyFrameAnimationChanged(DependencyObject d, Dep... FILE: src/Notepads.Controls/InAppNotification/InAppNotification.Constants.cs class InAppNotification (line 11) | public partial class InAppNotification FILE: src/Notepads.Controls/InAppNotification/InAppNotification.Events.cs class InAppNotification (line 16) | public partial class InAppNotification method DismissButton_Click (line 40) | private void DismissButton_Click(object sender, RoutedEventArgs e) method DismissTimer_Tick (line 45) | private void DismissTimer_Tick(object sender, object e) method OpenAnimationTimer_Tick (line 50) | private void OpenAnimationTimer_Tick(object sender, object e) method AutomateTextNotification (line 65) | private void AutomateTextNotification(string message) method ClosingAnimationTimer_Tick (line 78) | private void ClosingAnimationTimer_Tick(object sender, object e) FILE: src/Notepads.Controls/InAppNotification/InAppNotification.Properties.cs class InAppNotification (line 14) | public partial class InAppNotification method OnShowDismissButtonChanged (line 91) | private static void OnShowDismissButtonChanged(DependencyObject d, Dep... FILE: src/Notepads.Controls/InAppNotification/InAppNotification.cs class InAppNotification (line 17) | [TemplateVisualState(Name = StateContentVisible, GroupName = GroupContent)] method InAppNotification (line 33) | public InAppNotification() method OnApplyTemplate (line 43) | protected override void OnApplyTemplate() method Show (line 75) | public void Show(int duration = 0) method Show (line 112) | public void Show(string text, int duration = 0) method Show (line 127) | public void Show(UIElement element, int duration = 0) method Show (line 142) | public void Show(DataTemplate dataTemplate, int duration = 0) method Dismiss (line 155) | public void Dismiss() method Dismiss (line 164) | private void Dismiss(InAppNotificationDismissKind dismissKind) method ShouldDisplayImmediately (line 220) | private bool ShouldDisplayImmediately() method UpdateContent (line 230) | private void UpdateContent(NotificationOptions notificationOptions) method Show (line 253) | private void Show(NotificationOptions notificationOptions) FILE: src/Notepads.Controls/InAppNotification/InAppNotificationClosedEventArgs.cs class InAppNotificationClosedEventArgs (line 20) | public class InAppNotificationClosedEventArgs : EventArgs method InAppNotificationClosedEventArgs (line 26) | public InAppNotificationClosedEventArgs(InAppNotificationDismissKind d... FILE: src/Notepads.Controls/InAppNotification/InAppNotificationClosingEventArgs.cs class InAppNotificationClosingEventArgs (line 20) | public class InAppNotificationClosingEventArgs : EventArgs method InAppNotificationClosingEventArgs (line 26) | public InAppNotificationClosingEventArgs(InAppNotificationDismissKind ... FILE: src/Notepads.Controls/InAppNotification/InAppNotificationDismissKind.cs type InAppNotificationDismissKind (line 11) | public enum InAppNotificationDismissKind FILE: src/Notepads.Controls/InAppNotification/InAppNotificationOpeningEventArgs.cs class InAppNotificationOpeningEventArgs (line 20) | public class InAppNotificationOpeningEventArgs : EventArgs method InAppNotificationOpeningEventArgs (line 25) | public InAppNotificationOpeningEventArgs() FILE: src/Notepads.Controls/InAppNotification/NotificationOptions.cs class NotificationOptions (line 13) | internal class NotificationOptions FILE: src/Notepads.Controls/InAppNotification/StackMode.cs type StackMode (line 11) | public enum StackMode FILE: src/Notepads.Controls/MarkdownTextBlock/CodeBlockResolvingEventArgs.cs class CodeBlockResolvingEventArgs (line 14) | public class CodeBlockResolvingEventArgs : EventArgs method CodeBlockResolvingEventArgs (line 16) | internal CodeBlockResolvingEventArgs(InlineCollection inlineCollection... FILE: src/Notepads.Controls/MarkdownTextBlock/ImageResolvingEventArgs.cs class ImageResolvingEventArgs (line 18) | public class ImageResolvingEventArgs : EventArgs method ImageResolvingEventArgs (line 22) | internal ImageResolvingEventArgs(string url, string tooltip) method GetDeferral (line 53) | public Deferral GetDeferral() method WaitForDeferrals (line 68) | internal Task WaitForDeferrals() FILE: src/Notepads.Controls/MarkdownTextBlock/LinkClickedEventArgs.cs class LinkClickedEventArgs (line 13) | public class LinkClickedEventArgs : EventArgs method LinkClickedEventArgs (line 15) | internal LinkClickedEventArgs(string link) FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/CodeBlock.cs class CodeBlock (line 14) | public class CodeBlock : MarkdownBlock method CodeBlock (line 19) | public CodeBlock() method Parse (line 45) | internal static CodeBlock Parse(string markdown, int start, int maxEnd... method ToString (line 191) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/HeaderBlock.cs class HeaderBlock (line 16) | public class HeaderBlock : MarkdownBlock method HeaderBlock (line 21) | public HeaderBlock() method ParseHashPrefixedHeader (line 58) | internal static HeaderBlock ParseHashPrefixedHeader(string markdown, i... method ParseUnderlineStyleHeader (line 97) | internal static HeaderBlock ParseUnderlineStyleHeader(string markdown,... method ToString (line 156) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/HorizontalRuleBlock.cs class HorizontalRuleBlock (line 11) | public class HorizontalRuleBlock : MarkdownBlock method HorizontalRuleBlock (line 16) | public HorizontalRuleBlock() method Parse (line 28) | internal static HorizontalRuleBlock Parse(string markdown, int start, ... method ToString (line 68) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/LinkReferenceBlock.cs class LinkReferenceBlock (line 11) | public class LinkReferenceBlock : MarkdownBlock method LinkReferenceBlock (line 16) | public LinkReferenceBlock() method Parse (line 43) | internal static LinkReferenceBlock Parse(string markdown, int start, i... method ToString (line 165) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/List/ListItemBlock.cs class ListItemBlock (line 13) | public class ListItemBlock method ListItemBlock (line 20) | internal ListItemBlock() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/List/ListItemBuilder.cs class ListItemBuilder (line 10) | internal class ListItemBuilder : MarkdownBlock method ListItemBuilder (line 14) | public ListItemBuilder() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/List/ListItemPreamble.cs class ListItemPreamble (line 8) | internal class ListItemPreamble FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/List/NestedListInfo.cs class NestedListInfo (line 8) | internal class NestedListInfo FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/ListBlock.cs class ListBlock (line 17) | public class ListBlock : MarkdownBlock method ListBlock (line 22) | public ListBlock() method Parse (line 46) | internal static ListBlock Parse(string markdown, int start, int maxEnd... method ParseItemPreamble (line 216) | private static ListItemPreamble ParseItemPreamble(string markdown, int... method AppendTextToListItem (line 272) | private static void AppendTextToListItem(ListItemBlock listItem, strin... method ReplaceStringBuilders (line 312) | private static bool ReplaceStringBuilders(ListBlock list) method ToString (line 368) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/ParagraphBlock.cs class ParagraphBlock (line 13) | public class ParagraphBlock : MarkdownBlock method ParagraphBlock (line 18) | public ParagraphBlock() method Parse (line 33) | internal static ParagraphBlock Parse(string markdown) method ToString (line 42) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/QuoteBlock.cs class QuoteBlock (line 14) | public class QuoteBlock : MarkdownBlock method QuoteBlock (line 19) | public QuoteBlock() method Parse (line 38) | internal static QuoteBlock Parse(string markdown, int startOfLine, int... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/TableBlock.cs class TableBlock (line 14) | public class TableBlock : MarkdownBlock method TableBlock (line 19) | public TableBlock() method Parse (line 46) | internal static TableBlock Parse(string markdown, int start, int endOf... class TableColumnDefinition (line 167) | public class TableColumnDefinition class TableRow (line 178) | public class TableRow method ParseContents (line 195) | internal static int ParseContents(string markdown, int startingPos, ... method Parse (line 298) | internal int Parse(string markdown, int startingPos, int maxEndingPo... class TableCell (line 321) | public class TableCell FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Blocks/YamlHeaderBlock.cs class YamlHeaderBlock (line 19) | public class YamlHeaderBlock : MarkdownBlock method YamlHeaderBlock (line 24) | public YamlHeaderBlock() method Parse (line 42) | internal static YamlHeaderBlock Parse(string markdown, int start, int ... method ToString (line 146) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Core/IParser.cs type IParser (line 14) | public interface IParser method Parse (line 22) | IEnumerable Parse(string data); FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Core/ParseHelpers.cs class ParseHelpers (line 11) | public static class ParseHelpers method IsMarkdownBlankOrWhiteSpace (line 17) | public static bool IsMarkdownBlankOrWhiteSpace(string str) method IsMarkdownWhiteSpace (line 34) | public static bool IsMarkdownWhiteSpace(char c) FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Core/SchemaBase.cs class SchemaBase (line 11) | public abstract class SchemaBase FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Core/StringValueAttribute.cs class StringValueAttribute (line 13) | [AttributeUsage(AttributeTargets.Field)] method StringValueAttribute (line 21) | public StringValueAttribute(string value) FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Enums/ColumnAlignment.cs type ColumnAlignment (line 11) | public enum ColumnAlignment FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Enums/HyperlinkType.cs type HyperlinkType (line 11) | public enum HyperlinkType FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Enums/InlineParseMethod.cs type InlineParseMethod (line 8) | internal enum InlineParseMethod FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Enums/ListStyle.cs type ListStyle (line 11) | public enum ListStyle FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Enums/MarkdownBlockType.cs type MarkdownBlockType (line 11) | public enum MarkdownBlockType FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Enums/MarkdownInlineType.cs type MarkdownInlineType (line 11) | public enum MarkdownInlineType FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Helpers/Common.cs class Common (line 15) | internal class Common method Common (line 20) | static Common() method ParseInlineChildren (line 45) | public static List ParseInlineChildren(string markdown... method FindNextInlineElement (line 82) | private static InlineParseResult FindNextInlineElement(string markdown... method FindNextSingleNewLine (line 221) | public static int FindNextSingleNewLine(string markdown, int startingP... method IndexOf (line 251) | public static int IndexOf(string markdown, string search, int starting... method IndexOf (line 289) | public static int IndexOf(string markdown, char search, int startingPo... method FindNextWhiteSpace (line 327) | public static int FindNextWhiteSpace(string markdown, int startingPos,... method ParseLines (line 347) | public static IEnumerable ParseLines(string markdown, int st... method SkipQuoteCharacters (line 444) | public static int SkipQuoteCharacters(string markdown, int start, int ... method IsUrlValid (line 515) | public static bool IsUrlValid(string url) FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Helpers/DebuggingReporter.cs class DebuggingReporter (line 13) | internal class DebuggingReporter method ReportCriticalError (line 18) | public static void ReportCriticalError(string errorText) FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Helpers/InlineParseResult.cs class InlineParseResult (line 11) | internal class InlineParseResult method InlineParseResult (line 13) | public InlineParseResult(MarkdownInline parsedElement, int start, int ... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Helpers/InlineTripCharHelper.cs class InlineTripCharHelper (line 15) | internal class InlineTripCharHelper FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Helpers/LineInfo.cs class LineInfo (line 8) | internal class LineInfo FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/BoldItalicTextInline.cs class BoldItalicTextInline (line 13) | internal class BoldItalicTextInline : MarkdownInline, IInlineContainer method BoldItalicTextInline (line 18) | public BoldItalicTextInline() method AddTripChars (line 31) | internal static void AddTripChars(List tripCharH... method Parse (line 44) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 108) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/BoldTextInline.cs class BoldTextInline (line 13) | public class BoldTextInline : MarkdownInline, IInlineContainer method BoldTextInline (line 18) | public BoldTextInline() method AddTripChars (line 31) | internal static void AddTripChars(List tripCharH... method Parse (line 44) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 97) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/CodeInline.cs class CodeInline (line 14) | public class CodeInline : MarkdownInline, IInlineLeaf method CodeInline (line 19) | public CodeInline() method AddTripChars (line 32) | internal static void AddTripChars(List tripCharH... method Parse (line 44) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 102) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/CommentInline.cs class CommentInline (line 14) | internal class CommentInline : MarkdownInline, IInlineLeaf method CommentInline (line 19) | public CommentInline() method AddTripChars (line 32) | internal static void AddTripChars(List tripCharH... method Parse (line 44) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 80) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/EmojiInline.EmojiCodes.cs class EmojiInline (line 13) | public partial class EmojiInline FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/EmojiInline.cs class EmojiInline (line 13) | public partial class EmojiInline : MarkdownInline, IInlineLeaf method EmojiInline (line 18) | public EmojiInline() method AddTripChars (line 26) | internal static void AddTripChars(List tripCharH... method Parse (line 31) | internal static InlineParseResult Parse(string markdown, int start, in... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/HyperlinkInline.cs class HyperlinkInline (line 16) | public class HyperlinkInline : MarkdownInline, IInlineLeaf, ILinkElement method HyperlinkInline (line 21) | public HyperlinkInline() method AddTripChars (line 49) | internal static void AddTripChars(List tripCharH... method ParseAngleBracketLink (line 65) | internal static InlineParseResult ParseAngleBracketLink(string markdow... method ParseUrl (line 110) | internal static InlineParseResult ParseUrl(string markdown, int tripPo... method ParseRedditLink (line 164) | internal static InlineParseResult ParseRedditLink(string markdown, int... method ParseDoubleSlashLink (line 182) | private static InlineParseResult ParseDoubleSlashLink(string markdown,... method ParseSingleSlashLink (line 232) | private static InlineParseResult ParseSingleSlashLink(string markdown,... method ParsePartialLink (line 284) | internal static InlineParseResult ParsePartialLink(string markdown, in... method ParseEmailAddress (line 319) | internal static InlineParseResult ParseEmailAddress(string markdown, i... method ToString (line 410) | public override string ToString() method FindEndOfRedditLink (line 427) | private static int FindEndOfRedditLink(string markdown, int start, int... method FindUrlEnd (line 454) | private static int FindUrlEnd(string markdown, int start, int maxEnd) FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/IInlineContainer.cs type IInlineContainer (line 13) | public interface IInlineContainer FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/IInlineLeaf.cs type IInlineLeaf (line 11) | public interface IInlineLeaf FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/ILinkElement.cs type ILinkElement (line 11) | internal interface ILinkElement FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/ImageInline.cs class ImageInline (line 14) | public class ImageInline : MarkdownInline, IInlineLeaf method ImageInline (line 19) | public ImageInline() method AddTripChars (line 61) | internal static void AddTripChars(List tripCharH... method Parse (line 73) | internal static InlineParseResult Parse(string markdown, int start, in... method ResolveReference (line 204) | internal void ResolveReference(MarkdownDocument document) method ToString (line 238) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/ItalicTextInline.cs class ItalicTextInline (line 13) | public class ItalicTextInline : MarkdownInline, IInlineContainer method ItalicTextInline (line 18) | public ItalicTextInline() method AddTripChars (line 31) | internal static void AddTripChars(List tripCharH... method Parse (line 44) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 92) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/LinkAnchorInline.cs class LinkAnchorInline (line 14) | public class LinkAnchorInline : MarkdownInline method LinkAnchorInline (line 16) | internal LinkAnchorInline() method AddTripChars (line 34) | internal static void AddTripChars(List tripCharH... method Parse (line 46) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 119) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/MarkdownLinkInline.cs class MarkdownLinkInline (line 15) | public class MarkdownLinkInline : MarkdownInline, IInlineContainer, ILin... method MarkdownLinkInline (line 20) | public MarkdownLinkInline() method AddTripChars (line 48) | internal static void AddTripChars(List tripCharH... method Parse (line 60) | internal static InlineParseResult Parse(string markdown, int start, in... method ResolveReference (line 240) | internal void ResolveReference(MarkdownDocument document) method ToString (line 275) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/StrikethroughTextInline.cs class StrikethroughTextInline (line 13) | public class StrikethroughTextInline : MarkdownInline, IInlineContainer method StrikethroughTextInline (line 18) | public StrikethroughTextInline() method AddTripChars (line 31) | internal static void AddTripChars(List tripCharH... method Parse (line 43) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 89) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/SubscriptTextInline.cs class SubscriptTextInline (line 13) | public class SubscriptTextInline : MarkdownInline, IInlineContainer method SubscriptTextInline (line 18) | public SubscriptTextInline() method AddTripChars (line 31) | internal static void AddTripChars(List tripCharH... method Parse (line 43) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 84) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/SuperscriptTextInline.cs class SuperscriptTextInline (line 13) | public class SuperscriptTextInline : MarkdownInline, IInlineContainer method SuperscriptTextInline (line 18) | public SuperscriptTextInline() method AddTripChars (line 31) | internal static void AddTripChars(List tripCharH... method Parse (line 44) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 140) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Inlines/TextRunInline.cs class TextRunInline (line 15) | public class TextRunInline : MarkdownInline, IInlineLeaf method TextRunInline (line 20) | public TextRunInline() method Parse (line 299) | internal static TextRunInline Parse(string markdown, int start, int end) method ResolveEscapeSequences (line 403) | internal static string ResolveEscapeSequences(string markdown, int sta... method ToString (line 460) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/MarkdownBlock.cs class MarkdownBlock (line 11) | public abstract class MarkdownBlock : MarkdownElement method MarkdownBlock (line 21) | internal MarkdownBlock(MarkdownBlockType type) method Equals (line 31) | public override bool Equals(object obj) method GetHashCode (line 45) | public override int GetHashCode() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/MarkdownDocument.cs class MarkdownDocument (line 17) | public class MarkdownDocument : MarkdownBlock method MarkdownDocument (line 41) | public MarkdownDocument() method Parse (line 55) | public void Parse(string markdownText) method Parse (line 91) | internal static List Parse(string markdown, int start, ... method LookUpReference (line 383) | public LinkReferenceBlock LookUpReference(string id) method ToString (line 407) | public override string ToString() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/MarkdownElement.cs class MarkdownElement (line 11) | public abstract class MarkdownElement FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/MarkdownInline.cs class MarkdownInline (line 11) | public abstract class MarkdownInline : MarkdownElement method MarkdownInline (line 21) | internal MarkdownInline(MarkdownInlineType type) FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/ICodeBlockResolver.cs type ICodeBlockResolver (line 13) | public interface ICodeBlockResolver method ParseSyntax (line 27) | bool ParseSyntax(InlineCollection inlineCollection, string text, strin... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/IImageResolver.cs type IImageResolver (line 14) | public interface IImageResolver method ResolveImageAsync (line 22) | Task ResolveImageAsync(string url, string tooltip); FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/ILinkRegister.cs type ILinkRegister (line 14) | public interface ILinkRegister method RegisterNewHyperLink (line 21) | void RegisterNewHyperLink(Hyperlink newHyperlink, string linkUrl); method RegisterNewHyperLink (line 29) | void RegisterNewHyperLink(Image newImagelink, string linkUrl, bool isH... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/IRenderContext.cs type IRenderContext (line 11) | public interface IRenderContext method Clone (line 27) | IRenderContext Clone(); FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/InlineRenderContext.cs class InlineRenderContext (line 13) | public class InlineRenderContext : RenderContext method InlineRenderContext (line 15) | internal InlineRenderContext(InlineCollection inlineCollection, IRende... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownRenderer.Blocks.cs class MarkdownRenderer (line 19) | public partial class MarkdownRenderer method RenderBlocks (line 24) | protected override void RenderBlocks(IEnumerable blockE... method RenderParagraph (line 75) | protected override void RenderParagraph(ParagraphBlock element, IRende... method RenderYamlHeader (line 97) | protected override void RenderYamlHeader(YamlHeaderBlock element, IRen... method RenderHeader (line 152) | protected override void RenderHeader(HeaderBlock element, IRenderConte... method RenderListElement (line 223) | protected override void RenderListElement(ListBlock element, IRenderCo... method RenderHorizontalRule (line 283) | protected override void RenderHorizontalRule(IRenderContext context) method RenderQuote (line 312) | protected override void RenderQuote(QuoteBlock element, IRenderContext... method RenderCode (line 350) | protected override void RenderCode(CodeBlock element, IRenderContext c... method RenderTable (line 411) | protected override void RenderTable(TableBlock element, IRenderContext... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownRenderer.Dimensions.cs class MarkdownRenderer (line 15) | public partial class MarkdownRenderer FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownRenderer.Inlines.cs class MarkdownRenderer (line 19) | public partial class MarkdownRenderer method RenderEmoji (line 26) | protected override void RenderEmoji(EmojiInline element, IRenderContex... method RenderTextRun (line 49) | protected override void RenderTextRun(TextRunInline element, IRenderCo... method InternalRenderTextRun (line 54) | private Run InternalRenderTextRun(TextRunInline element, IRenderContex... method RenderBoldRun (line 79) | protected override void RenderBoldRun(BoldTextInline element, IRenderC... method RenderMarkdownLink (line 110) | protected override void RenderMarkdownLink(MarkdownLinkInline element,... method RenderHyperlink (line 181) | protected override void RenderHyperlink(HyperlinkInline element, IRend... method RenderImage (line 224) | protected override async void RenderImage(ImageInline element, IRender... method RenderItalicRun (line 343) | protected override void RenderItalicRun(ItalicTextInline element, IRen... method RenderStrikethroughRun (line 374) | protected override void RenderStrikethroughRun(StrikethroughTextInline... method RenderSuperscriptRun (line 425) | protected override void RenderSuperscriptRun(SuperscriptTextInline ele... method RenderSubscriptRun (line 479) | protected override void RenderSubscriptRun(SubscriptTextInline element... method RenderCodeRun (line 526) | protected override void RenderCodeRun(CodeInline element, IRenderConte... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownRenderer.Properties.cs class MarkdownRenderer (line 18) | public partial class MarkdownRenderer FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownRenderer.cs class MarkdownRenderer (line 18) | public partial class MarkdownRenderer : MarkdownRendererBase method MarkdownRenderer (line 27) | public MarkdownRenderer(MarkdownDocument document, ILinkRegister linkR... method Render (line 40) | public UIElement Render() method CreateOrReuseRichTextBlock (line 59) | protected RichTextBlock CreateOrReuseRichTextBlock(IRenderContext cont... method CreateTextBlock (line 96) | protected TextBlock CreateTextBlock(RenderContext context) method AlterChildRuns (line 117) | protected void AlterChildRuns(Span parentSpan, Action action) method AllTextIsSuperscript (line 136) | private bool AllTextIsSuperscript(IInlineContainer container, int supe... method RemoveSuperscriptRuns (line 171) | private void RemoveSuperscriptRuns(IInlineContainer container, bool in... method Preventative_PointerWheelChanged (line 203) | private void Preventative_PointerWheelChanged(object sender, Windows.U... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownRendererBase.Blocks.cs class MarkdownRendererBase (line 11) | public partial class MarkdownRendererBase method RenderParagraph (line 16) | protected abstract void RenderParagraph(ParagraphBlock element, IRende... method RenderYamlHeader (line 21) | protected abstract void RenderYamlHeader(YamlHeaderBlock element, IRen... method RenderHeader (line 26) | protected abstract void RenderHeader(HeaderBlock element, IRenderConte... method RenderListElement (line 31) | protected abstract void RenderListElement(ListBlock element, IRenderCo... method RenderHorizontalRule (line 36) | protected abstract void RenderHorizontalRule(IRenderContext context); method RenderQuote (line 41) | protected abstract void RenderQuote(QuoteBlock element, IRenderContext... method RenderCode (line 46) | protected abstract void RenderCode(CodeBlock element, IRenderContext c... method RenderTable (line 51) | protected abstract void RenderTable(TableBlock element, IRenderContext... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownRendererBase.Inlines.cs class MarkdownRendererBase (line 11) | public partial class MarkdownRendererBase method RenderEmoji (line 18) | protected abstract void RenderEmoji(EmojiInline element, IRenderContex... method RenderTextRun (line 25) | protected abstract void RenderTextRun(TextRunInline element, IRenderCo... method RenderBoldRun (line 32) | protected abstract void RenderBoldRun(BoldTextInline element, IRenderC... method RenderMarkdownLink (line 39) | protected abstract void RenderMarkdownLink(MarkdownLinkInline element,... method RenderImage (line 46) | protected abstract void RenderImage(ImageInline element, IRenderContex... method RenderHyperlink (line 53) | protected abstract void RenderHyperlink(HyperlinkInline element, IRend... method RenderItalicRun (line 60) | protected abstract void RenderItalicRun(ItalicTextInline element, IRen... method RenderStrikethroughRun (line 67) | protected abstract void RenderStrikethroughRun(StrikethroughTextInline... method RenderSuperscriptRun (line 74) | protected abstract void RenderSuperscriptRun(SuperscriptTextInline ele... method RenderSubscriptRun (line 81) | protected abstract void RenderSubscriptRun(SubscriptTextInline element... method RenderCodeRun (line 88) | protected abstract void RenderCodeRun(CodeInline element, IRenderConte... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownRendererBase.cs class MarkdownRendererBase (line 14) | public abstract partial class MarkdownRendererBase method MarkdownRendererBase (line 20) | protected MarkdownRendererBase(MarkdownDocument document) method Render (line 29) | public virtual void Render(IRenderContext context) method RenderBlocks (line 37) | protected virtual void RenderBlocks(IEnumerable blockEl... method RenderBlock (line 48) | protected void RenderBlock(MarkdownBlock element, IRenderContext context) method RenderInlineChildren (line 93) | protected void RenderInlineChildren(IList inlineElemen... method RenderInline (line 115) | protected void RenderInline(MarkdownInline element, IRenderContext con... method CollapseWhitespace (line 169) | protected static string CollapseWhitespace(IRenderContext context, str... method CheckRenderMarkdownLink (line 209) | protected void CheckRenderMarkdownLink(MarkdownLinkInline element, IRe... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/MarkdownTable.cs class MarkdownTable (line 20) | internal class MarkdownTable : Panel method MarkdownTable (line 28) | public MarkdownTable(int columnCount, int rowCount, double borderThick... method MeasureOverride (line 80) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 146) | protected override Size ArrangeOverride(Size finalSize) FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/RenderContext.cs class RenderContext (line 13) | public abstract class RenderContext : IRenderContext method Clone (line 32) | public IRenderContext Clone() FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/RenderContextIncorrectException.cs class RenderContextIncorrectException (line 13) | public class RenderContextIncorrectException : Exception method RenderContextIncorrectException (line 15) | internal RenderContextIncorrectException() : base("Markdown Render Con... method RenderContextIncorrectException (line 19) | public RenderContextIncorrectException(string message) : base(message) method RenderContextIncorrectException (line 23) | public RenderContextIncorrectException(string message, Exception inner... FILE: src/Notepads.Controls/MarkdownTextBlock/Markdown/Render/UIElementCollectionRenderContext.cs class UIElementCollectionRenderContext (line 13) | public class UIElementCollectionRenderContext : RenderContext method UIElementCollectionRenderContext (line 15) | internal UIElementCollectionRenderContext(UIElementCollection blockUIE... method UIElementCollectionRenderContext (line 20) | internal UIElementCollectionRenderContext(UIElementCollection blockUIE... FILE: src/Notepads.Controls/MarkdownTextBlock/MarkdownRenderedEventArgs.cs class MarkdownRenderedEventArgs (line 14) | public class MarkdownRenderedEventArgs : EventArgs method MarkdownRenderedEventArgs (line 16) | internal MarkdownRenderedEventArgs(Exception ex) FILE: src/Notepads.Controls/MarkdownTextBlock/MarkdownTextBlock.Dimensions.cs class MarkdownTextBlock (line 14) | public partial class MarkdownTextBlock FILE: src/Notepads.Controls/MarkdownTextBlock/MarkdownTextBlock.Events.cs class MarkdownTextBlock (line 16) | public partial class MarkdownTextBlock method OnPropertyChangedStatic (line 21) | private static void OnPropertyChangedStatic(DependencyObject d, Depend... method OnPropertyChanged (line 32) | private void OnPropertyChanged(DependencyObject d, DependencyProperty ... method Hyperlink_Click (line 40) | private void Hyperlink_Click(Hyperlink sender, HyperlinkClickEventArgs... method NewImagelink_Tapped (line 48) | private void NewImagelink_Tapped(object sender, Windows.UI.Xaml.Input.... FILE: src/Notepads.Controls/MarkdownTextBlock/MarkdownTextBlock.Methods.cs class MarkdownTextBlock (line 25) | public partial class MarkdownTextBlock method SetRenderer (line 31) | public void SetRenderer() method RenderMarkdown (line 40) | private void RenderMarkdown() method HookListeners (line 179) | private void HookListeners() method UnhookListeners (line 197) | private void UnhookListeners() method RegisterNewHyperLink (line 216) | public void RegisterNewHyperLink(Hyperlink newHyperlink, string linkUrl) method RegisterNewHyperLink (line 231) | public void RegisterNewHyperLink(Image newImagelink, string linkUrl, b... method ResolveImageAsync (line 250) | async Task IImageResolver.ResolveImageAsync(string url, s... method ParseSyntax (line 294) | bool ICodeBlockResolver.ParseSyntax(InlineCollection inlineCollection,... method LinkHandled (line 345) | internal async void LinkHandled(string url, bool isHyperlink) FILE: src/Notepads.Controls/MarkdownTextBlock/MarkdownTextBlock.Properties.cs class MarkdownTextBlock (line 21) | public partial class MarkdownTextBlock FILE: src/Notepads.Controls/MarkdownTextBlock/MarkdownTextBlock.cs class MarkdownTextBlock (line 15) | public partial class MarkdownTextBlock : Control, ILinkRegister, IImageR... method MarkdownTextBlock (line 34) | public MarkdownTextBlock() method OnLoaded (line 51) | private void OnLoaded(object sender, RoutedEventArgs e) method OnUnloaded (line 72) | private void OnUnloaded(object sender, RoutedEventArgs e) method OnApplyTemplate (line 99) | protected override void OnApplyTemplate() method RegisterThemeChangedHandler (line 110) | private void RegisterThemeChangedHandler() FILE: src/Notepads.Controls/SetsView/SetClosingEventArgs.cs class SetClosingEventArgs (line 12) | public class SetClosingEventArgs : EventArgs method SetClosingEventArgs (line 19) | public SetClosingEventArgs(object item, SetsViewItem set) FILE: src/Notepads.Controls/SetsView/SetDraggedOutsideEventArgs.cs class SetDraggedOutsideEventArgs (line 12) | public class SetDraggedOutsideEventArgs : EventArgs method SetDraggedOutsideEventArgs (line 19) | public SetDraggedOutsideEventArgs(object item, SetsViewItem set) FILE: src/Notepads.Controls/SetsView/SetSelectedEventArgs.cs class SetSelectedEventArgs (line 12) | public class SetSelectedEventArgs : EventArgs method SetSelectedEventArgs (line 19) | public SetSelectedEventArgs(object item, SetsViewItem set) FILE: src/Notepads.Controls/SetsView/SetsView.HeaderLayout.cs class SetsView (line 14) | public partial class SetsView method GetOriginalWidth (line 17) | private static double GetOriginalWidth(SetsViewItem obj) method SetOriginalWidth (line 22) | private static void SetOriginalWidth(SetsViewItem obj, double value) method OnLayoutEffectingPropertyChanged (line 31) | private static void OnLayoutEffectingPropertyChanged(DependencyObject ... method SetsView_SizeChanged (line 39) | private void SetsView_SizeChanged(object sender, SizeChangedEventArgs e) method ProvideEqualWidth (line 171) | private double ProvideEqualWidth(SetsViewItem set, double availableWidth) method ProvideCompactWidth (line 208) | private double ProvideCompactWidth(SetsViewItem set) FILE: src/Notepads.Controls/SetsView/SetsView.ItemSources.cs class SetsView (line 15) | public partial class SetsView method OnItemsChanged (line 21) | protected override void OnItemsChanged(object e) method ItemContainerGenerator_ItemsChanged (line 43) | private void ItemContainerGenerator_ItemsChanged(object sender, ItemsC... method SetInitialSelection (line 53) | private void SetInitialSelection() method FindNextSetIndex (line 72) | private int FindNextSetIndex(int startIndex, int direction) method ItemsSource_PropertyChanged (line 100) | private void ItemsSource_PropertyChanged(DependencyObject sender, Depe... FILE: src/Notepads.Controls/SetsView/SetsView.Properties.cs class SetsView (line 13) | public partial class SetsView method GetIgnoreColumn (line 228) | public static bool GetIgnoreColumn(ColumnDefinition obj) method SetIgnoreColumn (line 238) | public static void SetIgnoreColumn(ColumnDefinition obj, bool value) method GetConstrainColumn (line 255) | public static bool GetConstrainColumn(ColumnDefinition obj) method SetConstrainColumn (line 265) | public static void SetConstrainColumn(ColumnDefinition obj, bool value) FILE: src/Notepads.Controls/SetsView/SetsView.cs class SetsView (line 20) | [TemplatePart(Name = SetsContentPresenterName, Type = typeof(ContentPres... method SetsView (line 59) | public SetsView() method GetContainerForItemOverride (line 103) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 109) | protected override bool IsItemItsOwnContainerOverride(object item) method OnApplyTemplate (line 115) | protected override void OnApplyTemplate() method SetsScrollViewer_Loaded (line 147) | private void SetsScrollViewer_Loaded(object sender, RoutedEventArgs e) method ScrollSetBackButton_Click (line 177) | private void ScrollSetBackButton_Click(object sender, RoutedEventArgs e) method ScrollSetForwardButton_Click (line 182) | private void ScrollSetForwardButton_Click(object sender, RoutedEventAr... method SetsView_SelectionChanged (line 187) | private void SetsView_SelectionChanged(object sender, SelectionChanged... method UpdateSetSeparators (line 224) | private void UpdateSetSeparators() method SetsContentPresenter_Loaded (line 248) | private void SetsContentPresenter_Loaded(object sender, RoutedEventArg... method PrepareContainerForItemOverride (line 256) | protected override void PrepareContainerForItemOverride(DependencyObje... method SetItem_PointerEntered (line 304) | private void SetItem_PointerEntered(object sender, PointerRoutedEventA... method SetItem_PointerExited (line 319) | private void SetItem_PointerExited(object sender, PointerRoutedEventAr... method SetsViewItem_DoubleTapped (line 352) | private void SetsViewItem_DoubleTapped(object sender, DoubleTappedRout... method SetsViewItem_Tapped (line 358) | private void SetsViewItem_Tapped(object sender, TappedRoutedEventArgs e) method SetsViewItem_Loaded (line 364) | private void SetsViewItem_Loaded(object sender, RoutedEventArgs e) method SetsViewItem_Closing (line 389) | private void SetsViewItem_Closing(object sender, SetClosingEventArgs e) method SetsView_DragItemsStarting (line 410) | private void SetsView_DragItemsStarting(object sender, DragItemsStarti... method SetsView_DragItemsCompleted (line 419) | private void SetsView_DragItemsCompleted(ListViewBase sender, DragItem... method SetsScrollViewer_ViewChanged (line 461) | private void SetsScrollViewer_ViewChanged(object sender, ScrollViewerV... method ScrollToLastSet (line 468) | public void ScrollToLastSet() method ScrollTo (line 473) | public void ScrollTo(double offset) method UpdateScrollViewerShadows (line 489) | private void UpdateScrollViewerShadows() method UpdateScrollViewerNavigateButtons (line 528) | private void UpdateScrollViewerNavigateButtons() FILE: src/Notepads.Controls/SetsView/SetsViewItem.Properties.cs class SetsViewItem (line 14) | public partial class SetsViewItem FILE: src/Notepads.Controls/SetsView/SetsViewItem.cs class SetsViewItem (line 23) | [TemplatePart(Name = SetCloseButtonName, Type = typeof(ButtonBase))] method SetsViewItem (line 50) | public SetsViewItem() method ShowLeftSideSeparator (line 60) | public void ShowLeftSideSeparator() method HideLeftSideSeparator (line 68) | public void HideLeftSideSeparator() method ShowRightSideSeparator (line 76) | public void ShowRightSideSeparator() method HideRightSideSeparator (line 84) | public void HideRightSideSeparator() method OnApplyTemplate (line 93) | protected override void OnApplyTemplate() method OnPointerPressed (line 115) | protected override void OnPointerPressed(PointerRoutedEventArgs e) method OnPointerReleased (line 149) | protected override void OnPointerReleased(PointerRoutedEventArgs e) method PrepareForClosing (line 162) | public void PrepareForClosing() method Close (line 167) | public void Close() method SetCloseButton_Click (line 175) | private void SetCloseButton_Click(object sender, RoutedEventArgs e) FILE: src/Notepads.Controls/SetsView/SetsWidthMode.cs type SetsWidthMode (line 12) | public enum SetsWidthMode FILE: src/Notepads/App.xaml.cs class App (line 28) | public sealed partial class App : Application method App (line 43) | public App() method OnLaunched (line 73) | protected override async void OnLaunched(LaunchActivatedEventArgs e) method OnFileActivated (line 78) | protected override async void OnFileActivated(FileActivatedEventArgs a... method OnActivated (line 84) | protected override async void OnActivated(IActivatedEventArgs args) method ActivateAsync (line 90) | private async Task ActivateAsync(IActivatedEventArgs e) method CreateRootFrame (line 179) | private Frame CreateRootFrame(IActivatedEventArgs e) method OnNavigationFailed (line 207) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 226) | private void OnSuspending(object sender, SuspendingEventArgs args) method OnUnhandledException (line 247) | private static void OnUnhandledException(object sender, Windows.UI.Xam... method OnUnobservedException (line 273) | private static void OnUnobservedException(object sender, UnobservedTas... method ExtendViewIntoTitleBar (line 292) | private static void ExtendViewIntoTitleBar() FILE: src/Notepads/Brushes/HostBackdropAcrylicBrush.cs class HostBackdropAcrylicBrush (line 31) | public sealed class HostBackdropAcrylicBrush : XamlCompositionBrushBase,... method OnTintOpacityChanged (line 46) | private static void OnTintOpacityChanged(DependencyObject dependencyOb... method OnLuminosityColorChanged (line 80) | private static void OnLuminosityColorChanged(DependencyObject dependen... method HostBackdropAcrylicBrush (line 120) | public HostBackdropAcrylicBrush() method OnConnected (line 125) | protected override async void OnConnected() method BuildInternalAsync (line 134) | private async Task BuildInternalAsync() method OnEnergySaverStatusChanged (line 167) | private async void OnEnergySaverStatusChanged(object sender, object e) method OnAdvancedEffectsEnabledChanged (line 175) | private async void OnAdvancedEffectsEnabledChanged(UISettings sender, ... method OnDisconnected (line 183) | protected override async void OnDisconnected() method BuildHostBackdropAcrylicBrushInternalAsync (line 198) | private async Task BuildHostBackdropAcrylicBrushInte... method LoadImageBrushAsync (line 294) | private static async Task LoadImageBrushAsync... method TintOpacityToArithmeticCompositeEffectSourceAmount (line 337) | private static void TintOpacityToArithmeticCompositeEffectSourceAmount... method Dispose (line 347) | public void Dispose() FILE: src/Notepads/Commands/CommandHandlerResult.cs class CommandHandlerResult (line 8) | public class CommandHandlerResult method CommandHandlerResult (line 10) | public CommandHandlerResult(bool shouldHandle, bool shouldSwallow) FILE: src/Notepads/Commands/ICommandHandler.cs type ICommandHandler (line 8) | public interface ICommandHandler method Handle (line 10) | CommandHandlerResult Handle(T args); FILE: src/Notepads/Commands/IKeyboardCommand.cs type IKeyboardCommand (line 10) | public interface IKeyboardCommand method Hit (line 12) | bool Hit(bool ctrlDown, bool altDown, bool shiftDown, VirtualKey key); method ShouldExecute (line 14) | bool ShouldExecute(IKeyboardCommand lastCommand); method ShouldHandleAfterExecution (line 16) | bool ShouldHandleAfterExecution(); method ShouldSwallowAfterExecution (line 18) | bool ShouldSwallowAfterExecution(); method Execute (line 20) | void Execute(T args); FILE: src/Notepads/Commands/IMouseCommand.cs type IMouseCommand (line 8) | public interface IMouseCommand method Hit (line 10) | bool Hit( method ShouldHandleAfterExecution (line 18) | bool ShouldHandleAfterExecution(); method ShouldSwallowAfterExecution (line 20) | bool ShouldSwallowAfterExecution(); method Execute (line 22) | void Execute(T args); FILE: src/Notepads/Commands/KeyboardCommand.cs class KeyboardCommand (line 12) | public sealed class KeyboardCommand : IKeyboardCommand method KeyboardCommand (line 27) | public KeyboardCommand( method KeyboardCommand (line 36) | public KeyboardCommand( method KeyboardCommand (line 49) | public KeyboardCommand( method Hit (line 71) | public bool Hit(bool ctrlDown, bool altDown, bool shiftDown, VirtualKe... method ShouldExecute (line 76) | public bool ShouldExecute(IKeyboardCommand lastCommand) method ShouldHandleAfterExecution (line 100) | public bool ShouldHandleAfterExecution() method ShouldSwallowAfterExecution (line 105) | public bool ShouldSwallowAfterExecution() method Execute (line 110) | public void Execute(T args) FILE: src/Notepads/Commands/KeyboardCommandHandler.cs class KeyboardCommandHandler (line 14) | public sealed class KeyboardCommandHandler : ICommandHandler : IMouseCommand method MouseCommand (line 22) | public MouseCommand( method MouseCommand (line 33) | public MouseCommand( method Hit (line 55) | public bool Hit( method ShouldHandleAfterExecution (line 71) | public bool ShouldHandleAfterExecution() method ShouldSwallowAfterExecution (line 76) | public bool ShouldSwallowAfterExecution() method Execute (line 81) | public void Execute(T args) FILE: src/Notepads/Commands/MouseCommandHandler.cs class MouseCommandHandler (line 14) | public sealed class MouseCommandHandler : ICommandHandler GetTextHighlighters() method AddOrUpdateTextHighlighterInternal (line 71) | private void AddOrUpdateTextHighlighterInternal(Color backgroundColor,... FILE: src/Notepads/Controls/DiffViewer/RichTextBlockDiffRenderer.cs class RichTextBlockDiffRenderer (line 19) | public sealed class RichTextBlockDiffRenderer method RichTextBlockDiffRenderer (line 27) | public RichTextBlockDiffRenderer() method GenerateDiffViewData (line 36) | public Tuple Gener... method RenderDiff (line 56) | private RichTextBlockDiffContext RenderDiff(System.Collections.Generic... method ConstructModifiedParagraph (line 88) | private Paragraph ConstructModifiedParagraph(Func, D... method NewRun (line 115) | private Inline NewRun(RichTextBlockDiffContext richTextBlockData, stri... method AppendParagraph (line 133) | private void AppendParagraph(RichTextBlockDiffContext richTextBlockDat... class OldNew (line 156) | private class OldNew FILE: src/Notepads/Controls/DiffViewer/ScrollViewerSynchronizer.cs class ScrollViewerSynchronizer (line 16) | public sealed class ScrollViewerSynchronizer : IDisposable method ScrollViewerSynchronizer (line 24) | public ScrollViewerSynchronizer(List scrollViewers) method ScrollViewerLoaded (line 31) | private void ScrollViewerLoaded(object sender, RoutedEventArgs e) method ScrollViewerUnloaded (line 66) | private void ScrollViewerUnloaded(object sender, RoutedEventArgs e) method VerticalScrollBar_ValueChanged (line 99) | private void VerticalScrollBar_ValueChanged(object sender, RangeBaseVa... method VerticalScrollBar_Scroll (line 106) | private void VerticalScrollBar_Scroll(object sender, ScrollEventArgs e) method HorizontalScrollBar_ValueChanged (line 113) | private void HorizontalScrollBar_ValueChanged(object sender, RangeBase... method HorizontalScrollBar_Scroll (line 120) | private void HorizontalScrollBar_Scroll(object sender, ScrollEventArgs e) method Scroll (line 127) | private void Scroll(ScrollViewer changedScrollViewer) method Dispose (line 146) | public void Dispose() FILE: src/Notepads/Controls/DiffViewer/SideBySideDiffViewer.xaml.cs class SideBySideDiffViewer (line 23) | public sealed partial class SideBySideDiffViewer : UserControl, ISideByS... method SideBySideDiffViewer (line 36) | public SideBySideDiffViewer() method Dispose (line 63) | public void Dispose() method SideBySideDiffViewer_Loaded (line 82) | private void SideBySideDiffViewer_Loaded(object sender, RoutedEventArg... method ThemeSettingsService_OnAccentColorChanged (line 87) | private async void ThemeSettingsService_OnAccentColorChanged(object se... method GetKeyboardCommandHandler (line 96) | private KeyboardCommandHandler GetKeyboardCommandHandler() method GetMouseCommandHandler (line 111) | private ICommandHandler GetMouseCommandHandler() method ChangeVerticalScrollingBasedOnMouseInput (line 122) | private void ChangeVerticalScrollingBasedOnMouseInput(PointerRoutedEve... method ChangeHorizontalScrollingBasedOnMouseInput (line 129) | private void ChangeHorizontalScrollingBasedOnMouseInput(PointerRoutedE... method OnKeyDown (line 135) | private void OnKeyDown(object sender, Windows.UI.Xaml.Input.KeyRoutedE... method Focus (line 144) | public void Focus() method StopRenderingAndClearCache (line 149) | public void StopRenderingAndClearCache() method RenderDiff (line 162) | public void RenderDiff(string left, string right, ElementTheme theme) method DismissButton_OnClick (line 342) | private void DismissButton_OnClick(object sender, RoutedEventArgs e) method LeftTextBlockBorder_PointerWheelChanged (line 348) | private void LeftTextBlockBorder_PointerWheelChanged(object sender, Po... method RightTextBlockBorder_PointerWheelChanged (line 356) | private void RightTextBlockBorder_PointerWheelChanged(object sender, P... FILE: src/Notepads/Controls/FilePicker/FilePickerFactory.cs class FilePickerFactory (line 16) | public static class FilePickerFactory method GetFileOpenPicker (line 42) | public static FileOpenPicker GetFileOpenPicker() method GetFileSavePicker (line 59) | public static FileSavePicker GetFileSavePicker(ITextEditor textEditor) FILE: src/Notepads/Controls/FindAndReplace/FindAndReplaceControl.xaml.cs class FindAndReplaceControl (line 21) | public sealed partial class FindAndReplaceControl : UserControl method FindAndReplaceControl (line 44) | public FindAndReplaceControl() method Dispose (line 54) | public void Dispose() method GetSearchContext (line 60) | private SearchContext GetSearchContext() method FindAndReplaceControl_Loaded (line 65) | private void FindAndReplaceControl_Loaded(object sender, RoutedEventAr... method ThemeSettingsService_OnAccentColorChanged (line 70) | private async void ThemeSettingsService_OnAccentColorChanged(object se... method GetHeight (line 78) | public double GetHeight(bool showReplaceBar) method SetSelectionHighlightColor (line 90) | private void SetSelectionHighlightColor(Color color) method Focus (line 98) | public void Focus(string searchString, FindAndReplaceMode mode) method ShowReplaceBar (line 114) | public void ShowReplaceBar(bool showReplaceBar) method DismissButton_OnClick (line 137) | private void DismissButton_OnClick(object sender, RoutedEventArgs e) method FindBar_OnTextChanged (line 142) | private void FindBar_OnTextChanged(object sender, TextChangedEventArgs e) method SearchForwardButton_OnClick (line 163) | private void SearchForwardButton_OnClick(object sender, RoutedEventArg... method SearchBackwardButton_OnClick (line 170) | private void SearchBackwardButton_OnClick(object sender, RoutedEventAr... method FindBar_OnKeyDown (line 177) | private void FindBar_OnKeyDown(object sender, KeyRoutedEventArgs e) method FindBar_GotFocus (line 200) | private void FindBar_GotFocus(object sender, RoutedEventArgs e) method FindBar_LostFocus (line 208) | private void FindBar_LostFocus(object sender, RoutedEventArgs e) method ReplaceBar_OnKeyDown (line 215) | private void ReplaceBar_OnKeyDown(object sender, KeyRoutedEventArgs e) method ReplaceBar_GotFocus (line 239) | private void ReplaceBar_GotFocus(object sender, RoutedEventArgs e) method ReplaceBar_LostFocus (line 247) | private void ReplaceBar_LostFocus(object sender, RoutedEventArgs e) method ReplaceBar_OnTextChanged (line 254) | private void ReplaceBar_OnTextChanged(object sender, TextChangedEventA... method ReplaceButton_OnClick (line 258) | private void ReplaceButton_OnClick(object sender, RoutedEventArgs e) method ReplaceAllButton_OnClick (line 263) | private void ReplaceAllButton_OnClick(object sender, RoutedEventArgs e) method OptionButtonFlyoutItem_OnClick (line 268) | private void OptionButtonFlyoutItem_OnClick(object sender, RoutedEvent... method FindAndReplaceRootGrid_KeyDown (line 283) | private void FindAndReplaceRootGrid_KeyDown(object sender, KeyRoutedEv... method ToggleReplaceModeButton_OnClick (line 306) | private void ToggleReplaceModeButton_OnClick(object sender, RoutedEven... FILE: src/Notepads/Controls/FindAndReplace/FindAndReplaceEventArgs.cs type FindAndReplaceMode (line 10) | public enum FindAndReplaceMode type SearchDirection (line 17) | public enum SearchDirection class FindAndReplaceEventArgs (line 23) | public sealed class FindAndReplaceEventArgs : EventArgs method FindAndReplaceEventArgs (line 25) | public FindAndReplaceEventArgs( FILE: src/Notepads/Controls/FindAndReplace/FindAndReplaceTextBox.cs class FindAndReplaceTextBox (line 14) | public sealed class FindAndReplaceTextBox : TextBox method OnKeyDown (line 16) | protected override void OnKeyDown(KeyRoutedEventArgs e) FILE: src/Notepads/Controls/FindAndReplace/SearchContext.cs class SearchContext (line 8) | public sealed class SearchContext method SearchContext (line 10) | public SearchContext( FILE: src/Notepads/Controls/GoTo/GoToControl.xaml.cs class GoToControl (line 19) | public sealed partial class GoToControl : UserControl method SetLineData (line 30) | public void SetLineData(int currentLine, int maxLine) method GoToControl (line 36) | public GoToControl() method Dispose (line 46) | public void Dispose() method GoToControl_Loaded (line 52) | private void GoToControl_Loaded(object sender, RoutedEventArgs e) method ThemeSettingsService_OnAccentColorChanged (line 57) | private async void ThemeSettingsService_OnAccentColorChanged(object se... method GetHeight (line 65) | public double GetHeight() method SetSelectionHighlightColor (line 70) | private void SetSelectionHighlightColor(Color color) method Focus (line 76) | public void Focus() method GoToBar_OnTextChanged (line 82) | private void GoToBar_OnTextChanged(object sender, TextChangedEventArgs e) method SearchButton_OnClick (line 87) | private void SearchButton_OnClick(object sender, RoutedEventArgs e) method GoToBar_OnKeyDown (line 94) | private void GoToBar_OnKeyDown(object sender, KeyRoutedEventArgs e) method GoToBar_GotFocus (line 107) | private void GoToBar_GotFocus(object sender, RoutedEventArgs e) method GoToBar_LostFocus (line 113) | private void GoToBar_LostFocus(object sender, RoutedEventArgs e) method DismissButton_OnClick (line 118) | private void DismissButton_OnClick(object sender, RoutedEventArgs e) method GoToBar_BeforeTextChanging (line 123) | private void GoToBar_BeforeTextChanging(TextBox sender, TextBoxBeforeT... method GoToRootGrid_KeyDown (line 139) | private void GoToRootGrid_KeyDown(object sender, KeyRoutedEventArgs e) FILE: src/Notepads/Controls/GoTo/GoToEventArgs.cs class GoToEventArgs (line 10) | public sealed class GoToEventArgs : EventArgs method GoToEventArgs (line 12) | public GoToEventArgs(string searchLine) FILE: src/Notepads/Controls/Markdown/MarkdownExtensionView.xaml.cs class MarkdownExtensionView (line 20) | public sealed partial class MarkdownExtensionView : UserControl, IConten... method MarkdownExtensionView (line 43) | public MarkdownExtensionView() method OnThemeChanged (line 54) | private async void OnThemeChanged(object sender, ElementTheme theme) method Dispose (line 62) | public void Dispose() method MarkdownTextBlock_ImageResolving (line 80) | private async void MarkdownTextBlock_ImageResolving(object sender, Ima... method GetImageAsync (line 109) | private async Task GetImageAsync(string url) method Bind (line 141) | public void Bind(TextEditorCore editorCore) method OnTextChanged (line 156) | private void OnTextChanged(object sender, RoutedEventArgs e) method OnTextWrappingChanged (line 164) | private void OnTextWrappingChanged(object sender, TextWrapping textWra... method OnFontSizeChanged (line 172) | private void OnFontSizeChanged(object sender, double fontSize) method UpdateFontSize (line 180) | private void UpdateFontSize() method UpdateText (line 194) | private void UpdateText() method UpdateTextWrapping (line 203) | private void UpdateTextWrapping() method MarkdownTextBlock_OnLinkClicked (line 212) | private async void MarkdownTextBlock_OnLinkClicked(object sender, Link... FILE: src/Notepads/Controls/Print/ContinuationPageFormat.xaml.cs class ContinuationPageFormat (line 12) | public sealed partial class ContinuationPageFormat : Page method ContinuationPageFormat (line 14) | public ContinuationPageFormat(RichTextBlockOverflow textLinkContainer,... FILE: src/Notepads/Controls/Print/PrintArgs.cs class PrintArgs (line 22) | public static class PrintArgs method PreparePrintContent (line 84) | public static void PreparePrintContent(ITextEditor[] textEditors) method RegisterForPrinting (line 120) | public static void RegisterForPrinting(Page sourcePage) method UnregisterForPrinting (line 139) | public static void UnregisterForPrinting() method CreatePrintPreviewPages (line 162) | private static void CreatePrintPreviewPages(object sender, PaginateEve... method AddOnePrintPreviewPage (line 211) | private static RichTextBlockOverflow AddOnePrintPreviewPage(RichTextBl... method GetPrintPreviewPage (line 303) | private static void GetPrintPreviewPage(object sender, GetPreviewPageE... method AddPrintPages (line 316) | private static void AddPrintPages(object sender, AddPagesEventArgs e) method PrintTaskRequested (line 336) | private static void PrintTaskRequested(PrintManager sender, PrintTaskR... method PrintDetailedOptions_OptionChanged (line 410) | private static async void PrintDetailedOptions_OptionChanged(PrintTask... method ShowPrintUIAsync (line 485) | public static async Task ShowPrintUIAsync() FILE: src/Notepads/Controls/Print/PrintPageFormat.xaml.cs class PrintPageFormat (line 13) | public sealed partial class PrintPageFormat : Page method PrintPageFormat (line 17) | public PrintPageFormat(string textEditorText, FontFamily textEditorFon... FILE: src/Notepads/Controls/TextEditor/ITextEditor.cs type ITextEditor (line 19) | public interface ITextEditor method Init (line 66) | void Init(TextFile textFile, method RenameAsync (line 73) | Task RenameAsync(string newFileName); method GetText (line 75) | string GetText(); method StartCheckingFileStatusPeriodically (line 77) | void StartCheckingFileStatusPeriodically(); method StopCheckingFileStatus (line 79) | void StopCheckingFileStatus(); method GetTextEditorStateMetaData (line 81) | TextEditorStateMetaData GetTextEditorStateMetaData(); method ResetEditorState (line 83) | void ResetEditorState(TextEditorStateMetaData metadata, string newText... method ReloadFromEditingFileAsync (line 85) | Task ReloadFromEditingFileAsync(Encoding encoding = null); method GetLineEnding (line 87) | LineEnding GetLineEnding(); method GetEncoding (line 89) | Encoding GetEncoding(); method CopyTextToWindowsClipboard (line 91) | void CopyTextToWindowsClipboard(TextControlCopyingToClipboardEventArgs... method RevertAllChanges (line 93) | void RevertAllChanges(); method TryChangeEncoding (line 95) | bool TryChangeEncoding(Encoding encoding); method TryChangeLineEnding (line 97) | bool TryChangeLineEnding(LineEnding lineEnding); method ShowHideContentPreview (line 99) | void ShowHideContentPreview(); method OpenSideBySideDiffViewer (line 101) | void OpenSideBySideDiffViewer(); method CloseSideBySideDiffViewer (line 103) | void CloseSideBySideDiffViewer(); method GetLineColumnSelection (line 108) | void GetLineColumnSelection( method GetFontZoomFactor (line 116) | double GetFontZoomFactor(); method SetFontZoomFactor (line 118) | void SetFontZoomFactor(double fontZoomFactor); method IsEditorEnabled (line 120) | bool IsEditorEnabled(); method SaveContentToFileAndUpdateEditorStateAsync (line 122) | Task SaveContentToFileAndUpdateEditorStateAsync(StorageFile file); method GetContentForSharing (line 124) | string GetContentForSharing(); method TypeText (line 126) | void TypeText(string text); method Focus (line 128) | void Focus(); method NoChangesSinceLastSaved (line 130) | bool NoChangesSinceLastSaved(bool compareTextOnly = false); method ShowFindAndReplaceControl (line 132) | void ShowFindAndReplaceControl(bool showReplaceBar); method HideFindAndReplaceControl (line 134) | void HideFindAndReplaceControl(); method ShowGoToControl (line 136) | void ShowGoToControl(); method HideGoToControl (line 138) | void HideGoToControl(); method Dispose (line 140) | void Dispose(); method GetContextFlyout (line 142) | FlyoutBase GetContextFlyout(); FILE: src/Notepads/Controls/TextEditor/TextEditor.xaml.cs type TextEditorMode (line 26) | public enum TextEditorMode type FileModificationState (line 32) | public enum FileModificationState class TextEditor (line 39) | public sealed partial class TextEditor : ITextEditor, IDisposable method UpdateDocumentInfo (line 87) | private void UpdateDocumentInfo() method TextEditor (line 189) | public TextEditor() method TextEditor_KeyDown (line 212) | private void TextEditor_KeyDown(object sender, KeyRoutedEventArgs e) method Dispose (line 218) | public void Dispose() method ThemeSettingsService_OnThemeChanged (line 279) | private async void ThemeSettingsService_OnThemeChanged(object sender, ... method RenameAsync (line 294) | public async Task RenameAsync(string newFileName) method GetText (line 310) | public string GetText() method GetTextEditorStateMetaData (line 316) | public TextEditorStateMetaData GetTextEditorStateMetaData() method TextEditor_Loaded (line 353) | private void TextEditor_Loaded(object sender, RoutedEventArgs e) method TextEditor_Unloaded (line 363) | private void TextEditor_Unloaded(object sender, RoutedEventArgs e) method StartCheckingFileStatusPeriodically (line 369) | public async void StartCheckingFileStatusPeriodically() method StopCheckingFileStatus (line 404) | public void StopCheckingFileStatus() method CheckAndUpdateFileStatusAsync (line 412) | private async Task CheckAndUpdateFileStatusAsync(CancellationToken can... method GetKeyboardCommandHandler (line 452) | private KeyboardCommandHandler GetKeyboardCommandHandler() method Init (line 470) | public void Init(TextFile textFile, StorageFile file, bool resetLastSa... method ReloadFromEditingFileAsync (line 493) | public async Task ReloadFromEditingFileAsync(Encoding encoding = null) method ResetEditorState (line 509) | public void ResetEditorState(TextEditorStateMetaData metadata, string ... method RevertAllChanges (line 533) | public void RevertAllChanges() method TryChangeEncoding (line 539) | public bool TryChangeEncoding(Encoding encoding) method TryChangeLineEnding (line 561) | public bool TryChangeLineEnding(LineEnding lineEnding) method GetLineEnding (line 581) | public LineEnding GetLineEnding() method GetEncoding (line 586) | public Encoding GetEncoding() method OpenSplitView (line 591) | private void OpenSplitView(IContentPreviewExtension extension) method CloseSplitView (line 602) | private void CloseSplitView() method ShowHideContentPreview (line 613) | public void ShowHideContentPreview() method OpenSideBySideDiffViewer (line 636) | public void OpenSideBySideDiffViewer() method CloseSideBySideDiffViewer (line 651) | public void CloseSideBySideDiffViewer() method ShowHideSideBySideDiffViewer (line 663) | private void ShowHideSideBySideDiffViewer() method GetLineColumnSelection (line 678) | public void GetLineColumnSelection( method GetFontZoomFactor (line 696) | public double GetFontZoomFactor() method SetFontZoomFactor (line 701) | public void SetFontZoomFactor(double fontZoomFactor) method IsEditorEnabled (line 706) | public bool IsEditorEnabled() method SaveContentToFileAndUpdateEditorStateAsync (line 711) | public async Task SaveContentToFileAndUpdateEditorStateAsync(StorageFi... method SaveContentToFileAsync (line 721) | private async Task SaveContentToFileAsync(StorageFile file) method GetContentForSharing (line 731) | public string GetContentForSharing() method TypeText (line 738) | public void TypeText(string text) method Focus (line 746) | public void Focus() method GetContextFlyout (line 758) | public FlyoutBase GetContextFlyout() method CopyTextToWindowsClipboard (line 763) | public void CopyTextToWindowsClipboard(TextControlCopyingToClipboardEv... method CutSelectedTextToWindowsClipboard (line 778) | public void CutSelectedTextToWindowsClipboard(TextControlCuttingToClip... method CopyTextToWindowsClipboardInternal (line 789) | private void CopyTextToWindowsClipboardInternal(bool clearLineSelection) method NoChangesSinceLastSaved (line 821) | public bool NoChangesSinceLastSaved(bool compareTextOnly = false) method OnEscapeKeyDown (line 841) | private void OnEscapeKeyDown() method LoadSplitView (line 860) | private void LoadSplitView() method LoadSideBySideDiffViewer (line 869) | private void LoadSideBySideDiffViewer() method SideBySideDiffViewer_OnCloseEvent (line 876) | private void SideBySideDiffViewer_OnCloseEvent(object sender, EventArg... method SplitPanel_OnKeyDown (line 881) | private void SplitPanel_OnKeyDown(object sender, KeyRoutedEventArgs e) method TextEditorCore_OnSelectionChanged (line 890) | private void TextEditorCore_OnSelectionChanged(object sender, RoutedEv... method TextEditorCore_OnFontZoomFactorChanged (line 895) | private void TextEditorCore_OnFontZoomFactorChanged(object sender, dou... method TextEditorCore_OnKeyDown (line 900) | private void TextEditorCore_OnKeyDown(object sender, KeyRoutedEventArg... method TextEditorCore_OnTextChanging (line 920) | private void TextEditorCore_OnTextChanging(RichEditBox textEditor, Ric... method TextEditorCore_CopyTextToWindowsClipboardRequested (line 936) | private void TextEditorCore_CopyTextToWindowsClipboardRequested(object... method TextEditorCore_CutSelectedTextToWindowsClipboardRequested (line 941) | private void TextEditorCore_CutSelectedTextToWindowsClipboardRequested... method FindAndReplaceControl_OnToggleReplaceModeButtonClicked (line 946) | private void FindAndReplaceControl_OnToggleReplaceModeButtonClicked(ob... method ShowFindAndReplaceControl (line 951) | public void ShowFindAndReplaceControl(bool showReplaceBar) method HideFindAndReplaceControl (line 980) | public void HideFindAndReplaceControl() method FindAndReplaceControl_OnFindAndReplaceButtonClicked (line 985) | private async void FindAndReplaceControl_OnFindAndReplaceButtonClicked... method InitiateFindAndReplace (line 1003) | private void InitiateFindAndReplace(FindAndReplaceEventArgs findAndRep... method FindAndReplacePlaceholder_Closed (line 1059) | private void FindAndReplacePlaceholder_Closed(object sender, InAppNoti... method FindAndReplaceControl_OnDismissKeyDown (line 1064) | private void FindAndReplaceControl_OnDismissKeyDown(object sender, Rou... method ShowGoToControl (line 1070) | public void ShowGoToControl() method HideGoToControl (line 1093) | public void HideGoToControl() method GoToControl_OnGoToButtonClicked (line 1098) | private void GoToControl_OnGoToButtonClicked(object sender, GoToEventA... method GoToPlaceholder_Closed (line 1119) | private void GoToPlaceholder_Closed(object sender, InAppNotificationCl... method GoToControl_OnDismissKeyDown (line 1124) | private void GoToControl_OnDismissKeyDown(object sender, RoutedEventAr... FILE: src/Notepads/Controls/TextEditor/TextEditorContextFlyout.cs class TextEditorContextFlyout (line 18) | public sealed class TextEditorContextFlyout : MenuFlyout method TextEditorContextFlyout (line 40) | public TextEditorContextFlyout(ITextEditor editor, TextEditorCore edit... method Dispose (line 62) | public void Dispose() method TextEditorContextFlyout_Opening (line 68) | private void TextEditorContextFlyout_Opening(object sender, object e) method BuildProofingSubItems (line 104) | private void BuildProofingSubItems(MenuFlyout proofingFlyout) method TextEditorContextFlyout_Closed (line 124) | private void TextEditorContextFlyout_Closed(object sender, object e) method PrepareForInsertionMode (line 135) | public void PrepareForInsertionMode() method PrepareForSelectionMode (line 142) | public void PrepareForSelectionMode() FILE: src/Notepads/Controls/TextEditor/TextEditorCore.DateTime.cs class TextEditorCore (line 12) | public partial class TextEditorCore method InsertDateTimeString (line 16) | private void InsertDateTimeString() method TryInsertNewLogEntry (line 31) | public void TryInsertNewLogEntry() FILE: src/Notepads/Controls/TextEditor/TextEditorCore.DuplicateText.cs class TextEditorCore (line 13) | public partial class TextEditorCore method DuplicateText (line 15) | private void DuplicateText() FILE: src/Notepads/Controls/TextEditor/TextEditorCore.ExternalEventListener.cs class TextEditorCore (line 15) | public partial class TextEditorCore method HookExternalEvents (line 17) | internal void HookExternalEvents() method UnhookExternalEvents (line 31) | internal void UnhookExternalEvents() method EditorSettingsService_OnFontFamilyChanged (line 45) | private async void EditorSettingsService_OnFontFamilyChanged(object se... method EditorSettingsService_OnFontSizeChanged (line 54) | private async void EditorSettingsService_OnFontSizeChanged(object send... method EditorSettingsService_OnFontStyleChanged (line 62) | private async void EditorSettingsService_OnFontStyleChanged(object sen... method EditorSettingsService_OnFontWeightChanged (line 70) | private async void EditorSettingsService_OnFontWeightChanged(object se... method EditorSettingsService_OnDefaultTextWrappingChanged (line 78) | private async void EditorSettingsService_OnDefaultTextWrappingChanged(... method EditorSettingsService_OnHighlightMisspelledWordsChanged (line 86) | private async void EditorSettingsService_OnHighlightMisspelledWordsCha... method EditorSettingsService_OnDefaultDisplayLineNumbersViewStateChanged (line 94) | private async void EditorSettingsService_OnDefaultDisplayLineNumbersVi... method EditorSettingsService_OnDefaultLineHighlighterViewStateChanged (line 102) | private async void EditorSettingsService_OnDefaultLineHighlighterViewS... method ThemeSettingsService_OnAccentColorChanged (line 110) | private async void ThemeSettingsService_OnAccentColorChanged(object se... FILE: src/Notepads/Controls/TextEditor/TextEditorCore.FindAndReplace.cs class TextEditorCore (line 14) | public partial class TextEditorCore method GetSearchString (line 16) | public string GetSearchString() method TryFindNextAndSelect (line 47) | public bool TryFindNextAndSelect(SearchContext searchContext, bool sto... method TryFindPreviousAndSelect (line 103) | public bool TryFindPreviousAndSelect(SearchContext searchContext, bool... method TryFindNextAndReplace (line 167) | public bool TryFindNextAndReplace(SearchContext searchContext, string ... method TryFindPreviousAndReplace (line 186) | public bool TryFindPreviousAndReplace(SearchContext searchContext, str... method TryFindAndReplaceAll (line 205) | public bool TryFindAndReplaceAll(SearchContext searchContext, string r... method TryFindNextAndSelectUsingRegex (line 254) | private bool TryFindNextAndSelectUsingRegex(string content, SearchCont... method TryFindPreviousAndSelectUsingRegex (line 291) | private bool TryFindPreviousAndSelectUsingRegex(string content, Search... method TryFindAndReplaceAllUsingRegex (line 328) | private static bool TryFindAndReplaceAllUsingRegex(string content, Sea... method ApplyTabAndLineEndingFix (line 358) | private static string ApplyTabAndLineEndingFix(string text) FILE: src/Notepads/Controls/TextEditor/TextEditorCore.FontSize.cs class TextEditorCore (line 11) | public partial class TextEditorCore method IncreaseFontSize (line 13) | private void IncreaseFontSize(double delta) method DecreaseFontSize (line 28) | private void DecreaseFontSize(double delta) method ResetFontSizeToDefault (line 43) | private void ResetFontSizeToDefault() FILE: src/Notepads/Controls/TextEditor/TextEditorCore.Indentation.cs class TextEditorCore (line 11) | public partial class TextEditorCore method AddIndentation (line 19) | private void AddIndentation(int indent) method RemoveIndentation (line 98) | private void RemoveIndentation(int indent) FILE: src/Notepads/Controls/TextEditor/TextEditorCore.JoinText.cs class TextEditorCore (line 13) | public partial class TextEditorCore method JoinText (line 26) | private void JoinText() FILE: src/Notepads/Controls/TextEditor/TextEditorCore.LineHighlighter.cs class TextEditorCore (line 11) | public partial class TextEditorCore method UpdateLineHighlighterAndIndicator (line 28) | private void UpdateLineHighlighterAndIndicator() FILE: src/Notepads/Controls/TextEditor/TextEditorCore.LineNumbers.cs class TextEditorCore (line 18) | public partial class TextEditorCore method ShowLineNumbers (line 48) | private void ShowLineNumbers() method HideLineNumbers (line 59) | private void HideLineNumbers() method OnLineNumberGridSizeChanged (line 77) | private void OnLineNumberGridSizeChanged(object sender, SizeChangedEve... method ResetLineNumberCanvasClipping (line 82) | private void ResetLineNumberCanvasClipping() method UpdateLineNumbersRendering (line 97) | private void UpdateLineNumbersRendering() method CalculateMinimumRequisiteIntegerTextRenderingWidth (line 131) | private double CalculateMinimumRequisiteIntegerTextRenderingWidth(Font... method CalculateLineNumberTextRenderingPositions (line 156) | private Dictionary CalculateLineNumberTextRenderingPosition... method RenderLineNumbersInternal (line 184) | private void RenderLineNumbersInternal(Dictionary lineNumbe... FILE: src/Notepads/Controls/TextEditor/TextEditorCore.MoveText.cs class TextEditorCore (line 11) | public partial class TextEditorCore method MoveTextUp (line 13) | private void MoveTextUp() method MoveTextDown (line 36) | private void MoveTextDown() method MoveLines (line 59) | private void MoveLines(string document, method MoveTextLeft (line 104) | private void MoveTextLeft() method MoveTextRight (line 143) | private void MoveTextRight() method GetMovingWordsIndexData (line 177) | private Tuple GetMovingWordsIndexData(string document, ... method MoveWords (line 211) | private void MoveWords(string document, FILE: src/Notepads/Controls/TextEditor/TextEditorCore.WebSearch.cs class TextEditorCore (line 14) | public partial class TextEditorCore method SearchInWebAsync (line 16) | public async Task SearchInWebAsync() FILE: src/Notepads/Controls/TextEditor/TextEditorCore.cs class TextEditorCore (line 26) | [TemplatePart(Name = ContentElementName, Type = typeof(ScrollViewer))] method TextEditorCore (line 119) | public TextEditorCore() method OnApplyTemplate (line 162) | protected override void OnApplyTemplate() method Dispose (line 193) | public void Dispose() method GetKeyboardCommandHandler (line 241) | private KeyboardCommandHandler GetKeyboardCommandHandler() method GetMouseCommandHandler (line 290) | private ICommandHandler GetMouseCommandHandler() method OnCoreWindowActivated (line 302) | private void OnCoreWindowActivated(CoreWindow sender, WindowActivatedE... method OnLoaded (line 311) | private void OnLoaded(object sender, RoutedEventArgs _) method OnLostFocus (line 331) | private void OnLostFocus(object sender, RoutedEventArgs _) method OnKeyDown (line 336) | protected override void OnKeyDown(KeyRoutedEventArgs args) method OnPointerWheelChanged (line 351) | private void OnPointerWheelChanged(object sender, PointerRoutedEventAr... method OnPaste (line 360) | private async void OnPaste(object sender, TextControlPasteEventArgs args) method OnCopyingToClipboard (line 365) | private void OnCopyingToClipboard(RichEditBox sender, TextControlCopyi... method OnCuttingToClipboard (line 370) | private void OnCuttingToClipboard(RichEditBox sender, TextControlCutti... method OnTextChanging (line 375) | private void OnTextChanging(RichEditBox sender, RichEditBoxTextChangin... method OnTextChanged (line 385) | private void OnTextChanged(object sender, RoutedEventArgs _) method OnSelectionChanging (line 390) | private void OnSelectionChanging(RichEditBox sender, RichEditBoxSelect... method OnContentScrollViewerViewChanging (line 396) | private void OnContentScrollViewerViewChanging(object sender, ScrollVi... method OnContentScrollViewerViewChanged (line 403) | private void OnContentScrollViewerViewChanged(object sender, ScrollVie... method OnContentScrollViewerSizeChanged (line 420) | private void OnContentScrollViewerSizeChanged(object sender, SizeChang... method OnFontSizeChanged (line 425) | private void OnFontSizeChanged(object sender, double _) method OnSizeChanged (line 430) | private void OnSizeChanged(object sender, SizeChangedEventArgs _) method OnTextWrappingChanged (line 435) | private void OnTextWrappingChanged(object sender, TextWrapping _) method OnSelectionChanged (line 442) | private void OnSelectionChanged(object sender, RoutedEventArgs _) method OnVerticalScrollBarValueChanged (line 447) | private void OnVerticalScrollBarValueChanged(object sender, RangeBaseV... method OnRootGridSizeChanged (line 456) | private void OnRootGridSizeChanged(object sender, SizeChangedEventArgs _) method ResetRootGridClipping (line 461) | private void ResetRootGridClipping() method Undo (line 475) | public void Undo() method Redo (line 483) | public void Redo() method SetText (line 491) | public void SetText(string text) method GetText (line 499) | public string GetText() method GetSingleLineHeight (line 504) | public double GetSingleLineHeight() method GetScrollViewerPosition (line 513) | public void GetScrollViewerPosition(out double horizontalOffset, out d... method GetTextSelectionPosition (line 530) | public void GetTextSelectionPosition(out int startPosition, out int en... method SetTextSelectionPosition (line 536) | public void SetTextSelectionPosition(int selectionStartPosition, int s... method SetScrollViewerInitPosition (line 544) | public void SetScrollViewerInitPosition(double horizontalOffset, doubl... method GetLineColumnSelection (line 553) | public void GetLineColumnSelection( method GetDocumentLinesCache (line 614) | private string[] GetDocumentLinesCache() method GetFontZoomFactor (line 625) | public double GetFontZoomFactor() method SetFontZoomFactor (line 630) | public void SetFontZoomFactor(double fontZoomFactor) method SmartlyTrimTextSelection (line 637) | public void SmartlyTrimTextSelection() method PastePlainTextFromWindowsClipboardAsync (line 663) | public async Task PastePlainTextFromWindowsClipboardAsync(TextControlP... method ClearUndoQueue (line 689) | public void ClearUndoQueue() method SwitchTextFlowDirection (line 703) | public void SwitchTextFlowDirection(FlowDirection direction) method GoTo (line 719) | public bool GoTo(int line) method ResetFocusAndScrollToPreviousPosition (line 733) | public void ResetFocusAndScrollToPreviousPosition() method SetDefaultTabStopAndLineSpacing (line 739) | private void SetDefaultTabStopAndLineSpacing(FontFamily font, double f... method EnterWithAutoIndentation (line 747) | private void EnterWithAutoIndentation() method OnPointerLeftButtonDown (line 757) | private void OnPointerLeftButtonDown(PointerRoutedEventArgs args) method ChangeZoomingBasedOnMouseInput (line 769) | private void ChangeZoomingBasedOnMouseInput(PointerRoutedEventArgs args) method ChangeHorizontalScrollingBasedOnMouseInput (line 783) | private void ChangeHorizontalScrollingBasedOnMouseInput(PointerRoutedE... method TrimRichEditBoxText (line 789) | private static string TrimRichEditBoxText(string text) method IsSelectionRectInView (line 800) | private bool IsSelectionRectInView(Windows.Foundation.Rect rect, doubl... method ShowEasterEgg (line 820) | private static void ShowEasterEgg() FILE: src/Notepads/Controls/TextEditor/TextEditorStateMetaData.cs class TextEditorStateMetaData (line 8) | public sealed class TextEditorStateMetaData FILE: src/Notepads/Core/INotepadsCore.cs type INotepadsCore (line 21) | public interface INotepadsCore method CreateTextEditorAsync (line 39) | Task CreateTextEditorAsync( method CreateTextEditor (line 45) | ITextEditor CreateTextEditor( method OpenNewTextEditor (line 52) | void OpenNewTextEditor(string fileNamePlaceholder); method OpenTextEditor (line 54) | void OpenTextEditor(ITextEditor editor, int atIndex = -1); method OpenTextEditors (line 56) | void OpenTextEditors(ITextEditor[] editors, Guid? selectedEditorId = n... method SaveContentToFileAndUpdateEditorStateAsync (line 58) | Task SaveContentToFileAndUpdateEditorStateAsync(ITextEditor textEditor... method DeleteTextEditor (line 60) | void DeleteTextEditor(ITextEditor textEditor); method GetNumberOfOpenedTextEditors (line 62) | int GetNumberOfOpenedTextEditors(); method TryGetSharingContent (line 64) | bool TryGetSharingContent(ITextEditor textEditor, out string title, ou... method HaveUnsavedTextEditor (line 66) | bool HaveUnsavedTextEditor(); method HaveNonemptyTextEditor (line 68) | bool HaveNonemptyTextEditor(); method ChangeLineEnding (line 70) | void ChangeLineEnding(ITextEditor textEditor, LineEnding lineEnding); method SwitchTo (line 72) | void SwitchTo(bool next); method SwitchTo (line 74) | void SwitchTo(int index); method SwitchTo (line 76) | void SwitchTo(ITextEditor textEditor); method GetSelectedTextEditor (line 78) | ITextEditor GetSelectedTextEditor(); method GetTextEditor (line 80) | ITextEditor GetTextEditor(StorageFile file); method GetTextEditor (line 82) | ITextEditor GetTextEditor(string editingFilePath); method GetAllTextEditors (line 84) | ITextEditor[] GetAllTextEditors(); method FocusOnTextEditor (line 86) | void FocusOnTextEditor(ITextEditor textEditor); method FocusOnSelectedTextEditor (line 88) | void FocusOnSelectedTextEditor(); method CloseTextEditor (line 90) | void CloseTextEditor(ITextEditor textEditor); method GetTabScrollViewerHorizontalOffset (line 92) | double GetTabScrollViewerHorizontalOffset(); method SetTabScrollViewerHorizontalOffset (line 94) | void SetTabScrollViewerHorizontalOffset(double offset); FILE: src/Notepads/Core/ISessionManager.cs type ISessionManager (line 11) | internal interface ISessionManager method LoadLastSessionAsync (line 15) | Task LoadLastSessionAsync(); method SaveSessionAsync (line 17) | Task SaveSessionAsync(Action actionAfterSaving = null); method StartSessionBackup (line 19) | void StartSessionBackup(bool startImmediately = false); method StopSessionBackup (line 21) | void StopSessionBackup(); method ClearSessionDataAsync (line 23) | Task ClearSessionDataAsync(); method RecoverBackupFilesAsync (line 25) | Task RecoverBackupFilesAsync(); method OpenSessionBackupFolderAsync (line 27) | Task OpenSessionBackupFolderAsync(); FILE: src/Notepads/Core/NotepadsCore.cs class NotepadsCore (line 32) | public class NotepadsCore : INotepadsCore method NotepadsCore (line 71) | public NotepadsCore(SetsView sets, method ThemeSettingsService_OnAccentColorChanged (line 92) | private async void ThemeSettingsService_OnAccentColorChanged(object se... method OpenNewTextEditor (line 105) | public void OpenNewTextEditor(string fileNamePlaceholder) method OpenTextEditor (line 118) | public void OpenTextEditor(ITextEditor textEditor, int atIndex = -1) method OpenTextEditors (line 152) | public void OpenTextEditors(ITextEditor[] editors, Guid? selectedEdito... method CreateTextEditorAsync (line 174) | public async Task CreateTextEditorAsync( method CreateTextEditor (line 184) | public ITextEditor CreateTextEditor( method SaveContentToFileAndUpdateEditorStateAsync (line 214) | public async Task SaveContentToFileAndUpdateEditorStateAsync(ITextEdit... method DeleteTextEditor (line 221) | public void DeleteTextEditor(ITextEditor textEditor) method GetNumberOfOpenedTextEditors (line 251) | public int GetNumberOfOpenedTextEditors() method TryGetSharingContent (line 256) | public bool TryGetSharingContent(ITextEditor textEditor, out string ti... method HaveUnsavedTextEditor (line 263) | public bool HaveUnsavedTextEditor() method HaveNonemptyTextEditor (line 275) | public bool HaveNonemptyTextEditor() method ChangeLineEnding (line 287) | public void ChangeLineEnding(ITextEditor textEditor, LineEnding lineEn... method SwitchTo (line 292) | public void SwitchTo(bool next) method SwitchTo (line 324) | public void SwitchTo(int index) method SwitchTo (line 330) | public void SwitchTo(ITextEditor textEditor) method GetSelectedTextEditor (line 340) | public ITextEditor GetSelectedTextEditor() method GetTextEditor (line 350) | public ITextEditor GetTextEditor(string editingFilePath) method GetAllTextEditors (line 357) | public ITextEditor[] GetAllTextEditors() method FocusOnSelectedTextEditor (line 372) | public void FocusOnSelectedTextEditor() method FocusOnTextEditor (line 377) | public void FocusOnTextEditor(ITextEditor textEditor) method CloseTextEditor (line 382) | public void CloseTextEditor(ITextEditor textEditor) method GetTextEditor (line 388) | public ITextEditor GetTextEditor(StorageFile file) method GetTabScrollViewerHorizontalOffset (line 394) | public double GetTabScrollViewerHorizontalOffset() method SetTabScrollViewerHorizontalOffset (line 399) | public void SetTabScrollViewerHorizontalOffset(double offset) method CreateTextEditorSetsViewItem (line 404) | private SetsViewItem CreateTextEditorSetsViewItem(ITextEditor textEditor) method GetTextEditorSetsViewItem (line 434) | private SetsViewItem GetTextEditorSetsViewItem(StorageFile file) method GetTextEditorSetsViewItem (line 448) | private SetsViewItem GetTextEditorSetsViewItem(ITextEditor textEditor) method MarkTextEditorSetNotSaved (line 461) | private void MarkTextEditorSetNotSaved(ITextEditor textEditor) method MarkTextEditorSetSaved (line 471) | private void MarkTextEditorSetSaved(ITextEditor textEditor) method SetsView_OnSelectionChanged (line 485) | private void SetsView_OnSelectionChanged(object sender, RoutedEventArg... method SetsView_OnItemsChanged (line 490) | private void SetsView_OnItemsChanged(object sender, IVectorChangedEven... method SetsView_OnSetClosing (line 495) | private void SetsView_OnSetClosing(object sender, SetClosingEventArgs e) method TextEditor_Loaded (line 506) | private void TextEditor_Loaded(object sender, RoutedEventArgs e) method TextEditor_Unloaded (line 512) | private void TextEditor_Unloaded(object sender, RoutedEventArgs e) method TextEditor_OnSelectionChanged (line 518) | private void TextEditor_OnSelectionChanged(object sender, EventArgs e) method TextEditor_OnFontZoomFactorChanged (line 524) | private void TextEditor_OnFontZoomFactorChanged(object sender, EventAr... method TextEditor_OnEditorModificationStateChanged (line 530) | private void TextEditor_OnEditorModificationStateChanged(object sender... method TextEditor_OnModeChanged (line 544) | private void TextEditor_OnModeChanged(object sender, EventArgs e) method TextEditor_OnFileModificationStateChanged (line 550) | private void TextEditor_OnFileModificationStateChanged(object sender, ... method TextEditor_OnEncodingChanged (line 556) | private void TextEditor_OnEncodingChanged(object sender, EventArgs e) method TextEditor_OnLineEndingChanged (line 562) | private void TextEditor_OnLineEndingChanged(object sender, EventArgs e) method TextEditor_OnFileRenamed (line 568) | private void TextEditor_OnFileRenamed(object sender, EventArgs e) method Sets_DragOver (line 579) | private async void Sets_DragOver(object sender, DragEventArgs args) method Sets_DragItemsStarting (line 643) | private void Sets_DragItemsStarting(object sender, DragItemsStartingEv... method Sets_Drop (line 684) | private async void Sets_Drop(object sender, DragEventArgs args) method Sets_DragItemsCompleted (line 806) | private void Sets_DragItemsCompleted(ListViewBase sender, DragItemsCom... method Sets_SetDraggedOutside (line 819) | private async void Sets_SetDraggedOutside(object sender, SetDraggedOut... FILE: src/Notepads/Core/SessionDataModels/NotepadsSessionData.cs class NotepadsSessionDataV1 (line 11) | internal sealed class NotepadsSessionDataV1 FILE: src/Notepads/Core/SessionDataModels/TextEditorSessionData.cs class TextEditorSessionDataV1 (line 11) | internal sealed class TextEditorSessionDataV1 FILE: src/Notepads/Core/SessionManager.cs class SessionDataCorruptedException (line 26) | public sealed class SessionDataCorruptedException : Exception method SessionDataCorruptedException (line 28) | public SessionDataCorruptedException(string message) : base(message) class SessionManager (line 33) | internal sealed class SessionManager : ISessionManager, IDisposable method SessionManager (line 49) | public SessionManager(INotepadsCore notepadsCore, string backupFolderN... method LoadLastSessionAsync (line 69) | public async Task LoadLastSessionAsync() method RecoverBackupFilesAsync (line 140) | public async Task RecoverBackupFilesAsync() method OpenSessionBackupFolderAsync (line 163) | public async Task OpenSessionBackupFolderAsync() method SaveSessionAsync (line 168) | public async Task SaveSessionAsync(Action actionAfterSaving = null) method GetTextEditorSessionDataAsync (line 279) | private async Task GetTextEditorSessionDataAs... method BuildTextEditorSessionDataAsync (line 302) | private async Task BuildTextEditorSessionData... method StartSessionBackup (line 366) | public void StartSessionBackup(bool startImmediately = false) method StopSessionBackup (line 386) | public void StopSessionBackup() method ClearSessionDataAsync (line 404) | public async Task ClearSessionDataAsync() method BindEditorContentStateChangeEvent (line 419) | private void BindEditorContentStateChangeEvent(object sender, ITextEdi... method UnbindEditorContentStateChangeEvent (line 428) | private void UnbindEditorContentStateChangeEvent(object sender, ITextE... method RecoverTextEditorAsync (line 437) | private async Task RecoverTextEditorAsync(TextEditorSessi... method BackupTextAsync (line 499) | private static async Task BackupTextAsync(string text, Encoding ... method DeleteOrphanedBackupFilesAsync (line 515) | private async Task DeleteOrphanedBackupFilesAsync(NotepadsSessionDataV... method DeleteOrphanedTokensInFutureAccessList (line 541) | private void DeleteOrphanedTokensInFutureAccessList(NotepadsSessionDat... method ToToken (line 572) | private static string ToToken(Guid textEditorId) method RemoveTextEditorSessionData (line 577) | private void RemoveTextEditorSessionData(object sender, EventArgs e) method Dispose (line 585) | public void Dispose() FILE: src/Notepads/Core/TabContextFlyout.cs class TabContextFlyout (line 22) | public sealed class TabContextFlyout : MenuFlyout method TabContextFlyout (line 40) | public TabContextFlyout(INotepadsCore notepadsCore, ITextEditor textEd... method Dispose (line 63) | public void Dispose() method TabContextFlyout_Opening (line 69) | private void TabContextFlyout_Opening(object sender, object e) method TabContextFlyout_Closed (line 90) | private void TabContextFlyout_Closed(object sender, object e) method ExecuteOnAllTextEditors (line 273) | private void ExecuteOnAllTextEditors(Action action) FILE: src/Notepads/Extensions/DispatcherExtensions.cs class DispatcherExtensions (line 12) | public static class DispatcherExtensions method CallOnUIThreadAsync (line 14) | public static async Task CallOnUIThreadAsync(this CoreDispatcher dispa... FILE: src/Notepads/Extensions/IContentPreviewExtension.cs type IContentPreviewExtension (line 11) | public interface IContentPreviewExtension : IDisposable method Bind (line 13) | void Bind(TextEditorCore editor); FILE: src/Notepads/Extensions/INotepadsExtensionProvider.cs type INotepadsExtensionProvider (line 10) | public interface INotepadsExtensionProvider method GetContentPreviewExtension (line 12) | IContentPreviewExtension GetContentPreviewExtension(FileType fileType); FILE: src/Notepads/Extensions/NotepadsExtensionProvider.cs class NotepadsExtensionProvider (line 11) | public class NotepadsExtensionProvider : INotepadsExtensionProvider method GetContentPreviewExtension (line 13) | public IContentPreviewExtension GetContentPreviewExtension(FileType fi... FILE: src/Notepads/Extensions/ScrollViewerExtensions.cs type Axis (line 17) | public enum Axis class ScrollViewerExtensions (line 30) | public static class ScrollViewerExtensions method StartExpressionAnimation (line 32) | public static ExpressionAnimation StartExpressionAnimation( method StartExpressionAnimation (line 40) | public static ExpressionAnimation StartExpressionAnimation( FILE: src/Notepads/Extensions/StringExtensions.cs class StringExtensions (line 11) | public static class StringExtensions method LeadingSpacesAndTabs (line 13) | public static string LeadingSpacesAndTabs(this string str) method IndexOfWholeWord (line 27) | public static int IndexOfWholeWord(this string str, string value, int ... method LastIndexOfWholeWord (line 49) | public static int LastIndexOfWholeWord(this string str, string value, ... method ToAppxUri (line 71) | public static Uri ToAppxUri(this string path) method ContainsAllowableCharactersOnly (line 77) | public static bool ContainsAllowableCharactersOnly(this string str, pa... FILE: src/Notepads/Models/TextFile.cs class TextFile (line 11) | public class TextFile method TextFile (line 13) | public TextFile(string content, Encoding encoding, LineEnding lineEndi... FILE: src/Notepads/Program.cs class Program (line 16) | public static class Program method Main (line 18) | static void Main(string[] args) method OpenNewInstance (line 81) | private static void OpenNewInstance() method RedirectOrCreateNewInstance (line 87) | private static void RedirectOrCreateNewInstance() method GetLastActiveInstance (line 109) | private static AppInstance GetLastActiveInstance() FILE: src/Notepads/Services/ActivationService.cs class ActivationService (line 15) | public static class ActivationService method ActivateAsync (line 17) | public static async Task ActivateAsync(Frame rootFrame, IActivatedEven... method ProtocolActivated (line 42) | private static void ProtocolActivated(Frame rootFrame, ProtocolActivat... method LaunchActivated (line 57) | private static void LaunchActivated(Frame rootFrame, LaunchActivatedEv... method FileActivatedAsync (line 67) | private static async Task FileActivatedAsync(Frame rootFrame, FileActi... method CommandActivatedAsync (line 82) | private static async Task CommandActivatedAsync(Frame rootFrame, Comma... FILE: src/Notepads/Services/AnalyticsService.cs class AnalyticsService (line 12) | public static class AnalyticsService method AnalyticsService (line 16) | static AnalyticsService() method TrackEvent (line 29) | public static void TrackEvent(string eventName, IDictionary UpdateJumpListAsync() method ClearJumpListAsync (line 54) | public static async Task ClearJumpListAsync() method GetNewWindowItem (line 72) | private static JumpListItem GetNewWindowItem() FILE: src/Notepads/Services/LoggingService.cs class LoggingService (line 19) | public static class LoggingService method InitializeFileSystemLoggingAsync (line 32) | public static async Task InitializeFileSystemLoggingAsync() method GetLogFile (line 45) | public static StorageFile GetLogFile() method LogInfo (line 50) | public static void LogInfo(string message, bool consoleOnly = false) method LogWarning (line 55) | public static void LogWarning(string message, bool consoleOnly = false) method LogError (line 60) | public static void LogError(string message, bool consoleOnly = false) method LogException (line 65) | public static void LogException(Exception ex, bool consoleOnly = false) method LogMessage (line 75) | private static void LogMessage(string level, string message, bool cons... method InitializeLogFileWriterBackgroundTaskAsync (line 95) | private static async Task InitializeLogFileWriterBackgroundTaskA... method WriteLogMessagesAsync (line 132) | private static async Task WriteLogMessagesAsync() method TryFlushMessageQueueAsync (line 147) | private static async Task TryFlushMessageQueueAsync() FILE: src/Notepads/Services/MRUService.cs class MRUService (line 14) | public static class MRUService method TryAdd (line 16) | public static bool TryAdd(IStorageItem item) method GetMostRecentlyUsedListAsync (line 34) | public static async Task> GetMostRecentlyUsedListA... method ClearAll (line 69) | public static void ClearAll() FILE: src/Notepads/Services/NotepadsProtocolService.cs type NotepadsOperationProtocol (line 14) | public enum NotepadsOperationProtocol class NotepadsProtocolService (line 20) | public static class NotepadsProtocolService method GetOperationProtocol (line 24) | public static NotepadsOperationProtocol GetOperationProtocol(Uri uri, ... method LaunchProtocolAsync (line 62) | public static async Task LaunchProtocolAsync(NotepadsOperationPr... FILE: src/Notepads/Services/NotificationCenter.cs class NotificationCenter (line 8) | public class NotificationCenter method NotificationCenter (line 14) | private NotificationCenter() method SetNotificationDelegate (line 20) | public void SetNotificationDelegate(INotificationDelegate notification... method PostNotification (line 25) | public void PostNotification(string notification, int duration) type INotificationDelegate (line 31) | public interface INotificationDelegate method PostNotification (line 33) | void PostNotification(string notification, int duration); FILE: src/Notepads/Services/ThemeSettingsService.cs class ThemeSettingsService (line 20) | public static class ThemeSettingsService method Initialize (line 110) | public static void Initialize() method InitializeAppAccentColor (line 121) | private static void InitializeAppAccentColor() method InitializeCustomAccentColor (line 145) | private static void InitializeCustomAccentColor() method UiSettings_ColorValuesChanged (line 157) | private static void UiSettings_ColorValuesChanged(UISettings sender, o... method InitializeAppBackgroundPanelTintOpacity (line 165) | private static void InitializeAppBackgroundPanelTintOpacity() method InitializeThemeMode (line 177) | private static void InitializeThemeMode() method ThemeListener_ThemeChanged (line 204) | private static void ThemeListener_ThemeChanged(ThemeListener sender) method SetTheme (line 212) | public static void SetTheme(ElementTheme theme) method SetRequestedTheme (line 222) | public static void SetRequestedTheme(Panel backgroundPanel, UIElement ... method SetRequestedAccentColor (line 254) | public static void SetRequestedAccentColor() method ToElementTheme (line 259) | public static ElementTheme ToElementTheme(this ApplicationTheme theme) method GetAppBackgroundBrush (line 272) | private static Brush GetAppBackgroundBrush(ElementTheme theme) method ApplyThemeForTitleBarButtons (line 297) | public static void ApplyThemeForTitleBarButtons(ApplicationViewTitleBa... method UpdateSystemAccentColorAndBrushes (line 337) | private static void UpdateSystemAccentColorAndBrushes(Color color) FILE: src/Notepads/Settings/ApplicationSettings.cs class ApplicationSettingsStore (line 12) | public static class ApplicationSettingsStore method Read (line 14) | public static object Read(string key) method Write (line 28) | public static void Write(string key, object obj) method Remove (line 34) | public static bool Remove(string key) FILE: src/Notepads/Settings/SettingsKey.cs class SettingsKey (line 8) | internal static class SettingsKey FILE: src/Notepads/Utilities/BrushUtility.cs class BrushUtility (line 18) | public static class BrushUtility method GetHostBackdropAcrylicBrushAsync (line 22) | public static async Task GetHostBackdropAcrylicBrushAsync(Color... FILE: src/Notepads/Utilities/DialogManager.cs class DialogManager (line 15) | public static class DialogManager method OpenDialogAsync (line 21) | public static async Task OpenDialogAsync(Notepad... method OpenDialogInternalAsync (line 51) | private static async Task OpenDialogInternalAsync... FILE: src/Notepads/Utilities/Downloader.cs class Downloader (line 12) | public static class Downloader method GetDataFeedAsync (line 14) | public static async Task GetDataFeedAsync(string feedUrl) FILE: src/Notepads/Utilities/EncodingUtility.cs class EncodingUtility (line 15) | public static class EncodingUtility method GetEncodingName (line 70) | public static string GetEncodingName(Encoding encoding) method GetEncodingNameFallback (line 117) | private static string GetEncodingNameFallback(Encoding encoding) method Equals (line 149) | public static bool Equals(Encoding p, Encoding q) method GetEncodingByName (line 169) | public static Encoding GetEncodingByName(string name) method GetEncodingByNameFallback (line 203) | private static Encoding GetEncodingByNameFallback(string name) method TryGetSystemDefaultANSIEncoding (line 230) | public static bool TryGetSystemDefaultANSIEncoding(out Encoding encoding) method TryGetCurrentCultureANSIEncoding (line 257) | public static bool TryGetCurrentCultureANSIEncoding(out Encoding encod... method GetAllSupportedANSIEncodings (line 284) | public static Encoding[] GetAllSupportedANSIEncodings() FILE: src/Notepads/Utilities/FileSystemUtility.cs type InvalidFilenameError (line 23) | public enum InvalidFilenameError class FileSystemUtility (line 34) | public static class FileSystemUtility method IsFilenameValid (line 49) | public static bool IsFilenameValid(string filename, out InvalidFilenam... method IsFullPath (line 94) | public static bool IsFullPath(string path) method GetAbsolutePath (line 102) | public static String GetAbsolutePath(String basePath, String path) method OpenFileFromCommandLineAsync (line 125) | public static async Task OpenFileFromCommandLineAsync(str... method ReplaceEnvironmentVariables (line 149) | private static string ReplaceEnvironmentVariables(string args) method GetAbsolutePathFromCommandLine (line 186) | private static string GetAbsolutePathFromCommandLine(string dir, strin... method RemoveExecutableNameOrPathFromCommandLineArgs (line 243) | private static string RemoveExecutableNameOrPathFromCommandLineArgs(st... method GetFilePropertiesAsync (line 295) | private static async Task GetFilePropertiesAsync(Stor... method GetDateModifiedAsync (line 300) | public static async Task GetDateModifiedAsync(StorageFile file) method IsFileReadOnly (line 307) | public static bool IsFileReadOnly(StorageFile file) method IsFileWritableAsync (line 312) | private static async Task IsFileWritableAsync(StorageFile file) method GetFileAsync (line 325) | public static async Task GetFileAsync(string filePath) method ReadFileAsync (line 337) | public static async Task ReadFileAsync(string filePath, bool... method ReadFileAsync (line 343) | public static async Task ReadFileAsync(StorageFile file, boo... method GetFallBackEncoding (line 394) | private static Encoding GetFallBackEncoding() method CreateStreamReader (line 410) | private static StreamReader CreateStreamReader(Stream stream, byte[] b... method TryGuessEncoding (line 442) | public static bool TryGuessEncoding(Stream stream, out Encoding encoding) method AnalyzeAndGuessEncoding (line 471) | private static Encoding AnalyzeAndGuessEncoding(DetectionResult result) method HasBom (line 530) | private static bool HasBom(byte[] bom) method FixUtf8Bom (line 541) | private static Encoding FixUtf8Bom(Encoding encoding, byte[] bom) method WriteTextToFileAsync (line 566) | public static async Task WriteTextToFileAsync(StorageFile file, string... method WriteTextToFileAsync (line 605) | public static async Task WriteTextToFileAsync(StorageFile storageFile,... method ExecuteFileIOOperationWithRetries (line 613) | private static async Task ExecuteFileIOOperationWithRetries(StorageFil... method GetOrCreateFileAsync (line 695) | public static async Task GetOrCreateFileAsync(StorageFold... method DeleteFileAsync (line 712) | internal static async Task DeleteFileAsync(string filePath, StorageDel... method GetOrCreateAppFolderAsync (line 728) | public static async Task GetOrCreateAppFolderAsync(stri... method CreateFileAsync (line 734) | public static async Task CreateFileAsync(StorageFolder fo... method FileExistsAsync (line 739) | public static async Task FileExistsAsync(StorageFile file) FILE: src/Notepads/Utilities/FileTypeUtility.cs type FileType (line 11) | public enum FileType class FileTypeUtility (line 18) | public static class FileTypeUtility method GetFileExtension (line 20) | public static string GetFileExtension(string filename) method GetFileTypeByFileName (line 30) | public static FileType GetFileTypeByFileName(string filename) method GetFileTypeByFileExtension (line 40) | public static FileType GetFileTypeByFileExtension(string extension) method IsPreviewSupported (line 68) | public static bool IsPreviewSupported(FileType fileType) method GetDisplayText (line 78) | public static string GetDisplayText(FileType fileType) FILE: src/Notepads/Utilities/FontUtility.cs class FontUtility (line 18) | public static class FontUtility method IsMonospacedFont (line 120) | public static bool IsMonospacedFont(FontFamily font) method GetTextSize (line 131) | public static Size GetTextSize(FontFamily font, double fontSize, strin... method GetSystemFontFamilies (line 138) | public static string[] GetSystemFontFamilies() FILE: src/Notepads/Utilities/FutureAccessListUtility.cs class FutureAccessListUtility (line 15) | public static class FutureAccessListUtility method GetFileFromFutureAccessListAsync (line 17) | public static async Task GetFileFromFutureAccessListAsync... method TryAddOrReplaceTokenInFutureAccessListAsync (line 33) | public static async Task TryAddOrReplaceTokenInFutureAccessListA... method GetFutureAccessListItemCount (line 56) | private static int GetFutureAccessListItemCount() FILE: src/Notepads/Utilities/LanguageUtility.cs class LanguageItem (line 14) | public class LanguageItem class LanguageUtility (line 33) | public static class LanguageUtility method GetSupportedLanguageItems (line 37) | public static IReadOnlyCollection GetSupportedLanguageIt... FILE: src/Notepads/Utilities/LineEndingUtility.cs type LineEnding (line 8) | public enum LineEnding class LineEndingUtility (line 15) | public static class LineEndingUtility method GetLineEndingTypeFromText (line 17) | public static LineEnding GetLineEndingTypeFromText(string text) method GetLineEndingDisplayText (line 37) | public static string GetLineEndingDisplayText(LineEnding lineEnding) method GetLineEndingName (line 52) | public static string GetLineEndingName(LineEnding lineEnding) method GetLineEndingByName (line 72) | public static LineEnding GetLineEndingByName(string name) method ApplyLineEnding (line 92) | public static string ApplyLineEnding(string text, LineEnding lineEnding) FILE: src/Notepads/Utilities/SearchEngineUtility.cs type SearchEngine (line 11) | public enum SearchEngine class SearchEngineUtility (line 19) | public static class SearchEngineUtility method GetSearchUrlBySearchEngine (line 29) | public static string GetSearchUrlBySearchEngine(SearchEngine searchEng... FILE: src/Notepads/Utilities/SessionUtility.cs class SessionUtility (line 16) | internal static class SessionUtility method GetSessionManager (line 23) | public static ISessionManager GetSessionManager(INotepadsCore notepadC... method GetSessionManager (line 28) | public static ISessionManager GetSessionManager(INotepadsCore notepadC... method GetBackupFolderAsync (line 54) | public static async Task GetBackupFolderAsync(string ba... method GetAllFilesInBackupFolderAsync (line 59) | public static async Task> GetAllFilesInBack... method IsSessionMetaDataFileExists (line 65) | public static async Task IsSessionMetaDataFileExists(string sess... method GetSerializedSessionMetaDataAsync (line 71) | public static async Task GetSerializedSessionMetaDataAsync(str... method SaveSerializedSessionMetaDataAsync (line 77) | public static async Task SaveSerializedSessionMetaDataAsync(string ser... method DeleteSerializedSessionMetaDataAsync (line 84) | public static async Task DeleteSerializedSessionMetaDataAsync(string s... method CreateNewFileInBackupFolderAsync (line 105) | public static async Task CreateNewFileInBackupFolderAsync... FILE: src/Notepads/Utilities/ThreadUtility.cs class ThreadUtility (line 10) | internal static class ThreadUtility method IsOnUIThread (line 12) | public static bool IsOnUIThread() FILE: src/Notepads/Views/MainPage/NotepadsMainPage.IO.cs class NotepadsMainPage (line 21) | public sealed partial class NotepadsMainPage method OpenNewFilesAsync (line 23) | private async Task OpenNewFilesAsync() method OpenFileAsync (line 54) | public async Task OpenFileAsync(StorageFile file, bool rebuildOp... method TrackFileExtensionIfNotSupported (line 97) | private void TrackFileExtensionIfNotSupported(StorageFile file) method OpenFilesAsync (line 120) | public async Task OpenFilesAsync(IReadOnlyList stor... method OpenFileUsingFileSavePickerAsync (line 141) | private async Task OpenFileUsingFileSavePickerAsync(IText... method SaveInternalAsync (line 149) | private async Task SaveInternalAsync(ITextEditor textEditor, StorageFi... method SaveAsync (line 159) | private async Task SaveAsync(ITextEditor textEditor, bool saveAs... method SaveAllAsync (line 219) | private async Task SaveAllAsync(ITextEditor[] textEditors) method RenameFileAsync (line 236) | private async Task RenameFileAsync(ITextEditor textEditor) method PrintAsync (line 264) | public async Task PrintAsync(ITextEditor textEditor) method PrintAllAsync (line 271) | public async Task PrintAllAsync(ITextEditor[] textEditors) method HaveNonemptyTextEditor (line 291) | private static bool HaveNonemptyTextEditor(ITextEditor[] textEditors) FILE: src/Notepads/Views/MainPage/NotepadsMainPage.MainMenu.cs class NotepadsMainPage (line 20) | public sealed partial class NotepadsMainPage method InitializeMainMenu (line 22) | private void InitializeMainMenu() method MainMenuButtonFlyout_Opening (line 69) | private void MainMenuButtonFlyout_Opening(object sender, object e) method BuildOpenRecentButtonSubItemsAsync (line 114) | private async Task BuildOpenRecentButtonSubItemsAsync() FILE: src/Notepads/Views/MainPage/NotepadsMainPage.Notification.cs class NotepadsMainPage (line 11) | public sealed partial class NotepadsMainPage : INotificationDelegate method InitializeNotificationCenter (line 13) | private void InitializeNotificationCenter() method PostNotification (line 18) | public void PostNotification(string message, int duration) FILE: src/Notepads/Views/MainPage/NotepadsMainPage.StatusBar.cs class NotepadsMainPage (line 27) | public sealed partial class NotepadsMainPage method InitializeStatusBar (line 29) | private void InitializeStatusBar() method SetupStatusBar (line 35) | private void SetupStatusBar(ITextEditor textEditor) method ShowHideStatusBar (line 49) | public void ShowHideStatusBar(bool showStatusBar) method OnStatusBarVisibilityChanged (line 71) | private async void OnStatusBarVisibilityChanged(object sender, bool vi... method UpdateFileModificationStateIndicator (line 79) | private void UpdateFileModificationStateIndicator(ITextEditor textEditor) method UpdatePathIndicator (line 101) | private void UpdatePathIndicator(ITextEditor textEditor) method UpdateEditorModificationIndicator (line 120) | private void UpdateEditorModificationIndicator(ITextEditor textEditor) method UpdateEncodingIndicator (line 137) | private void UpdateEncodingIndicator(Encoding encoding) method UpdateLineEndingIndicator (line 143) | private void UpdateLineEndingIndicator(LineEnding lineEnding) method UpdateLineColumnIndicator (line 149) | private void UpdateLineColumnIndicator(ITextEditor textEditor) method UpdateFontZoomIndicator (line 164) | private void UpdateFontZoomIndicator(ITextEditor textEditor) method UpdateShadowWindowIndicator (line 172) | private void UpdateShadowWindowIndicator() method ModificationFlyoutSelection_OnClick (line 182) | private async void ModificationFlyoutSelection_OnClick(object sender, ... method ReloadFileFromDiskAsync (line 208) | private async void ReloadFileFromDiskAsync(object sender, RoutedEventA... method CopyFullPath (line 232) | private void CopyFullPath(object sender, RoutedEventArgs e) method OpenContainingFolderAsync (line 251) | private async void OpenContainingFolderAsync(object sender, RoutedEven... method RenameFileAsync (line 266) | private async void RenameFileAsync(object sender, RoutedEventArgs e) method FontZoomIndicatorFlyoutSelection_OnClick (line 273) | private void FontZoomIndicatorFlyoutSelection_OnClick(object sender, R... method FontZoomSlider_ValueChanged (line 299) | private void FontZoomSlider_ValueChanged(object sender, RangeBaseValue... method LineEndingSelection_OnClick (line 312) | private void LineEndingSelection_OnClick(object sender, RoutedEventArg... method StatusBarComponent_OnTapped (line 324) | private void StatusBarComponent_OnTapped(object sender, TappedRoutedEv... method FileModificationStateIndicatorClicked (line 363) | private void FileModificationStateIndicatorClicked(ITextEditor selecte... method PathIndicatorClicked (line 375) | private async void PathIndicatorClicked(ITextEditor selectedEditor) method ModificationIndicatorClicked (line 419) | private void ModificationIndicatorClicked(ITextEditor selectedEditor) method LineColumnIndicatorClicked (line 427) | private static void LineColumnIndicatorClicked(ITextEditor selectedEdi... method FontZoomIndicatorClicked (line 432) | private void FontZoomIndicatorClicked(ITextEditor _) method LineEndingIndicatorClicked (line 438) | private void LineEndingIndicatorClicked(ITextEditor _) method EncodingIndicatorClicked (line 443) | private void EncodingIndicatorClicked(ITextEditor selectedEditor) method ShadowWindowIndicatorClicked (line 456) | private void ShadowWindowIndicatorClicked() method StatusBarFlyout_OnClosing (line 461) | private void StatusBarFlyout_OnClosing(FlyoutBase sender, FlyoutBaseCl... method BuildEncodingIndicatorFlyout (line 466) | private void BuildEncodingIndicatorFlyout() method CreateAutoGuessEncodingItem (line 561) | private MenuFlyoutItem CreateAutoGuessEncodingItem() method AddEncodingItem (line 616) | private void AddEncodingItem(Encoding encoding, MenuFlyoutSubItem reop... FILE: src/Notepads/Views/MainPage/NotepadsMainPage.Theme.cs class NotepadsMainPage (line 15) | public sealed partial class NotepadsMainPage method InitializeThemeSettings (line 17) | private void InitializeThemeSettings() method ThemeSettingsService_OnAccentColorChanged (line 25) | private async void ThemeSettingsService_OnAccentColorChanged(object se... method ThemeSettingsService_OnThemeChanged (line 30) | private async void ThemeSettingsService_OnThemeChanged(object sender, ... method ThemeSettingsService_OnBackgroundChanged (line 38) | private async void ThemeSettingsService_OnBackgroundChanged(object sen... FILE: src/Notepads/Views/MainPage/NotepadsMainPage.ViewModes.cs class NotepadsMainPage (line 14) | public sealed partial class NotepadsMainPage method WindowSizeChanged (line 22) | private void WindowSizeChanged(object sender, Windows.UI.Core.WindowSi... method EnterExitCompactOverlayMode (line 46) | private static async void EnterExitCompactOverlayMode() method EnterExitFullScreenMode (line 74) | private void EnterExitFullScreenMode() method ExitCompactOverlayButton_OnClick (line 99) | private void ExitCompactOverlayButton_OnClick(object sender, RoutedEve... FILE: src/Notepads/Views/MainPage/NotepadsMainPage.xaml.cs class NotepadsMainPage (line 35) | public sealed partial class NotepadsMainPage : Page method NotepadsMainPage (line 86) | public NotepadsMainPage() method InitializeControls (line 126) | private void InitializeControls() method InitializeKeyboardShortcuts (line 134) | private void InitializeKeyboardShortcuts() method OpenNewAppInstanceAsync (line 168) | private static async Task OpenNewAppInstanceAsync() method OnNavigatedTo (line 179) | protected override void OnNavigatedTo(NavigationEventArgs e) method Sets_Loaded (line 202) | private async void Sets_Loaded(object sender, RoutedEventArgs e) method App_EnteredBackground (line 307) | private async void App_EnteredBackground(object sender, Windows.Applic... method ExecuteProtocol (line 319) | public void ExecuteProtocol(Uri uri) method CoreWindow_Activated (line 324) | private void CoreWindow_Activated(Windows.UI.Core.CoreWindow sender, W... method WindowVisibilityChangedEventHandler (line 348) | private void WindowVisibilityChangedEventHandler(System.Object sender,... method MainPage_DataRequested (line 356) | private void MainPage_DataRequested(DataTransferManager sender, DataRe... method MainPage_CloseRequested (line 372) | private async void MainPage_CloseRequested(object sender, Windows.UI.C... method HideAllOpenFlyouts (line 446) | private void HideAllOpenFlyouts() method OnSessionBackupAndRestoreOptionChanged (line 457) | private async void OnSessionBackupAndRestoreOptionChanged(object sende... method UpdateApplicationTitle (line 475) | private static void UpdateApplicationTitle(ITextEditor activeTextEditor) method OnTextEditorLoaded (line 487) | private void OnTextEditorLoaded(object sender, ITextEditor textEditor) method OnTextEditorUnloaded (line 496) | private async void OnTextEditorUnloaded(object sender, ITextEditor tex... method OnTextEditorFileModificationStateChanged (line 521) | private void OnTextEditorFileModificationStateChanged(ITextEditor text... method OnTextEditorSaved (line 535) | private void OnTextEditorSaved(object sender, ITextEditor textEditor) method OnTextEditorMovedToAnotherAppInstance (line 544) | private void OnTextEditorMovedToAnotherAppInstance(object sender, ITex... method OnTextEditorClosing (line 553) | private async void OnTextEditorClosing(object sender, ITextEditor text... method OnTextEditorKeyDown (line 604) | private void OnTextEditorKeyDown(object sender, KeyRoutedEventArgs e) method OnStorageItemsDropped (line 616) | private async void OnStorageItemsDropped(object sender, IReadOnlyList<... FILE: src/Notepads/Views/Settings/AboutPage.xaml.cs class AboutPage (line 16) | public sealed partial class AboutPage : Page method AboutPage (line 22) | public AboutPage() method AboutPage_Loaded (line 31) | private void AboutPage_Loaded(object sender, RoutedEventArgs e) method AboutPage_Unloaded (line 36) | private void AboutPage_Unloaded(object sender, RoutedEventArgs e) method ThemeSettingsService_OnThemeChanged (line 41) | private async void ThemeSettingsService_OnThemeChanged(object sender, ... method SetAppIconBasedOnTheme (line 49) | private void SetAppIconBasedOnTheme(ElementTheme theme) method GetAppVersion (line 61) | private static string GetAppVersion() FILE: src/Notepads/Views/Settings/AdvancedSettingsPage.xaml.cs class AdvancedSettingsPage (line 16) | public sealed partial class AdvancedSettingsPage : Page method AdvancedSettingsPage (line 20) | public AdvancedSettingsPage() method AdvancedSettings_Loaded (line 57) | private void AdvancedSettings_Loaded(object sender, RoutedEventArgs e) method AdvancedSettings_Unloaded (line 67) | private void AdvancedSettings_Unloaded(object sender, RoutedEventArgs e) method EnableSmartCopyToggleSwitch_Toggled (line 77) | private void EnableSmartCopyToggleSwitch_Toggled(object sender, Routed... method EnableSessionBackupAndRestoreToggleSwitch_Toggled (line 82) | private void EnableSessionBackupAndRestoreToggleSwitch_Toggled(object ... method ShowStatusBarToggleSwitch_Toggled (line 87) | private void ShowStatusBarToggleSwitch_Toggled(object sender, RoutedEv... method ExitWhenLastTabClosedToggleSwitch_Toggled (line 92) | private void ExitWhenLastTabClosedToggleSwitch_Toggled(object sender, ... method AlwaysOpenNewWindowToggleSwitch_Toggled (line 97) | private void AlwaysOpenNewWindowToggleSwitch_Toggled(object sender, Ro... method LanguagePicker_SelectionChanged (line 102) | private void LanguagePicker_SelectionChanged(object sender, SelectionC... FILE: src/Notepads/Views/Settings/PersonalizationSettingsPage.xaml.cs class PersonalizationSettingsPage (line 18) | public sealed partial class PersonalizationSettingsPage : Page method PersonalizationSettingsPage (line 22) | public PersonalizationSettingsPage() method ThemeSettingsService_OnAccentColorChanged (line 64) | private async void ThemeSettingsService_OnAccentColorChanged(object se... method PersonalizationSettings_Loaded (line 75) | private void PersonalizationSettings_Loaded(object sender, RoutedEvent... method PersonalizationSettings_Unloaded (line 91) | private void PersonalizationSettings_Unloaded(object sender, RoutedEve... method PowerManager_EnergySaverStatusChanged (line 107) | private async void PowerManager_EnergySaverStatusChanged(object sender... method UISettings_AdvancedEffectsEnabledChanged (line 116) | private async void UISettings_AdvancedEffectsEnabledChanged(UISettings... method ThemeRadioButton_OnChecked (line 125) | private void ThemeRadioButton_OnChecked(object sender, RoutedEventArgs e) method AccentColorPicker_OnColorChanged (line 146) | private void AccentColorPicker_OnColorChanged(ColorPicker sender, Colo... method BackgroundTintOpacitySlider_OnValueChanged (line 155) | private void BackgroundTintOpacitySlider_OnValueChanged(object sender,... method WindowsAccentColorToggle_OnToggled (line 160) | private void WindowsAccentColorToggle_OnToggled(object sender, RoutedE... FILE: src/Notepads/Views/Settings/SettingsPage.xaml.cs class SettingsPage (line 16) | public sealed partial class SettingsPage : Page method SettingsPage (line 18) | public SettingsPage() method SettingsPage_Loaded (line 30) | private void SettingsPage_Loaded(object sender, RoutedEventArgs e) method SettingsPage_Unloaded (line 40) | private void SettingsPage_Unloaded(object sender, RoutedEventArgs e) method ThemeSettingsService_OnAccentColorChanged (line 49) | private async void ThemeSettingsService_OnAccentColorChanged(object se... method ThemeSettingsService_OnThemeChanged (line 54) | private async void ThemeSettingsService_OnThemeChanged(object sender, ... method OnNavigatedTo (line 62) | protected override void OnNavigatedTo(NavigationEventArgs e) method SettingsPanel_OnItemInvoked (line 73) | private void SettingsPanel_OnItemInvoked(NavigationView sender, Naviga... FILE: src/Notepads/Views/Settings/SettingsPanel.xaml.cs class SettingsPanel (line 13) | public sealed partial class SettingsPanel : Page method SettingsPanel (line 15) | public SettingsPanel() method Show (line 20) | public void Show(string title, string tag) FILE: src/Notepads/Views/Settings/TextAndEditorSettingsPage.xaml.cs class FontStyleItem (line 20) | public class FontStyleItem class FontWeightItem (line 27) | public class FontWeightItem class TextAndEditorSettingsPage (line 34) | public sealed partial class TextAndEditorSettingsPage : Page method TextAndEditorSettingsPage (line 92) | public TextAndEditorSettingsPage() method InitializeLineEndingSettings (line 118) | private void InitializeLineEndingSettings() method InitializeEncodingSettings (line 134) | private void InitializeEncodingSettings() method InitializeDecodingSettings (line 157) | private void InitializeDecodingSettings() method InitializeTabIndentationSettings (line 173) | private void InitializeTabIndentationSettings() method InitializeSearchEngineSettings (line 193) | private void InitializeSearchEngineSettings() method TextAndEditorSettings_Loaded (line 221) | private void TextAndEditorSettings_Loaded(object sender, RoutedEventAr... method SearchEngineRadioButton_Checked (line 256) | private void SearchEngineRadioButton_Checked(object sender, RoutedEven... method TabBehaviorRadioButton_Checked (line 280) | private void TabBehaviorRadioButton_Checked(object sender, RoutedEvent... method EncodingRadioButton_Checked (line 301) | private void EncodingRadioButton_Checked(object sender, RoutedEventArg... method DecodingRadioButton_Checked (line 322) | private void DecodingRadioButton_Checked(object sender, RoutedEventArg... method LineEndingRadioButton_OnChecked (line 351) | private void LineEndingRadioButton_OnChecked(object sender, RoutedEven... method FontFamilyPicker_OnSelectionChanged (line 369) | private void FontFamilyPicker_OnSelectionChanged(object sender, Select... method FontSizePicker_OnSelectionChanged (line 377) | private void FontSizePicker_OnSelectionChanged(object sender, Selectio... method FontStylePicker_OnSelectionChanged (line 382) | private void FontStylePicker_OnSelectionChanged(object sender, Selecti... method FontWeightPicker_OnSelectionChanged (line 387) | private void FontWeightPicker_OnSelectionChanged(object sender, Select... method TextWrappingToggle_OnToggled (line 392) | private void TextWrappingToggle_OnToggled(object sender, RoutedEventAr... method HighlightMisspelledWordsToggle_OnToggled (line 397) | private void HighlightMisspelledWordsToggle_OnToggled(object sender, R... method LineHighlighterToggle_OnToggled (line 402) | private void LineHighlighterToggle_OnToggled(object sender, RoutedEven... method LineNumbersToggle_Toggled (line 407) | private void LineNumbersToggle_Toggled(object sender, RoutedEventArgs e) method CustomSearchUrl_TextChanged (line 412) | private void CustomSearchUrl_TextChanged(object sender, TextChangedEve... method CustomSearchUrl_LostFocus (line 418) | private void CustomSearchUrl_LostFocus(object sender, RoutedEventArgs e) method IsValidUrl (line 434) | private static bool IsValidUrl(string url) method OnCustomSearchEngineSelectionChanged (line 455) | private void OnCustomSearchEngineSelectionChanged(bool selected)