基本信息
源码名称:C# WPF 实现类似记事本的程序源代码 RichText Editor
源码大小:0.14M
文件格式:.zip
开发语言:C#
更新时间:2023-12-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C# WPF 实现类似记事本的程序源代码 RichText Editor

.
├── C# WPF 实现类似记事本的程序源代码 RichText Editor_WpfRichText[1].Ex.zip
└── WpfRichText.Ex
    ├── WpfRichText.Ex
    │   ├── App.xaml
    │   ├── App.xaml.cs
    │   ├── AttachedProperties
    │   │   └── RichTextboxAssistant.cs
    │   ├── Commands
    │   │   ├── CommandReference.cs
    │   │   └── DelegateCommand.cs
    │   ├── Controls
    │   │   ├── Images
    │   │   │   ├── charactergrowfont.png
    │   │   │   ├── charactershrinkfont.png
    │   │   │   ├── editcopy.png
    │   │   │   ├── editcut.png
    │   │   │   ├── editpaste.png
    │   │   │   ├── editredo.png
    │   │   │   ├── editundo.png
    │   │   │   ├── fileopen.png
    │   │   │   ├── filesave.png
    │   │   │   ├── listbullets.png
    │   │   │   ├── listnumbering.png
    │   │   │   ├── paragraphcenterjustify.png
    │   │   │   ├── paragraphdecreaseindentation.png
    │   │   │   ├── paragraphfulljustify.png
    │   │   │   ├── paragraphincreaseindentation.png
    │   │   │   ├── paragraphleftjustify.png
    │   │   │   └── paragraphrightjustify.png
    │   │   ├── RichTextEditor.xaml
    │   │   └── RichTextEditor.xaml.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Window1.xaml
    │   ├── Window1.xaml.cs
    │   ├── WpfRichText.Ex.csproj
    │   ├── XamlToHtmlParser
    │   │   ├── HtmlCssParser.cs
    │   │   ├── HtmlFromXamlConverter.cs
    │   │   ├── HtmlLexicalAnalyzer.cs
    │   │   ├── HtmlParser.cs
    │   │   ├── HtmlSchema.cs
    │   │   ├── HtmlToXamlConverter.cs
    │   │   └── HtmlTokenType.cs
    │   └── bin
    │       ├── Debug
    │       │   ├── WpfRichText.Ex.exe
    │       │   ├── WpfRichText.Ex.vshost.exe
    │       │   └── WpfRichText.Ex.vshost.exe.manifest
    │       └── Release
    ├── WpfRichText.Ex.sln
    └── WpfRichText.Ex.suo

11 directories, 45 files