All the controls missing in WPF. Over 1 million downloads.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
brianlagunas_cp 9e93725a47 RichTextBoxFormatBar: fixed bug when the background of selected words would turn black. 15 years ago
..
Images ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want. 15 years ago
IRichTextBoxFormatBar.cs renamed IRichTextBoxFormatBar property from RichTextBox to Target. This describes the purpose of the property better when creating your own custom format bar. 15 years ago
RichTextBoxFormatBar.xaml RichTextBoxFormatBar: fixed annoying output window binding error. 15 years ago
RichTextBoxFormatBar.xaml.cs RichTextBoxFormatBar: fixed bug when the background of selected words would turn black. 15 years ago
RichTextBoxFormatBarManager.cs UpDown editors: due to a bug in Visual Studio, you cannot create event handlers for events that have generic or nullable event args in XAML. So I changed the event args to object to support the design experience, but this now forces you to cast the result of the new value to the appropriate data type. 15 years ago