17 Commits (ea2e742da8f3be4c992feee61ed6b670436384cf)
 

Author SHA1 Message Date
brianlagunas_cp ea2e742da8 14378 : fixed BusyIndicator focus issue 16 years ago
brianlagunas_cp 8ce6714ab5 added Extended WPF Toolkit solution for Visual Studio 2008 and .NET 3.5 - this has a dependency on the WPFToolkit 16 years ago
brianlagunas_cp f2182afd6e RichTextBox: fixed bug when using RichTextBox and not data binding to the Text Property 16 years ago
brianlagunas_cp 72a68c2374 various bug fixes, consolidated common styles 16 years ago
brianlagunas_cp 6d10a6e4b0 Initial checkin of new ColorPicker control 16 years ago
brianlagunas_cp 2af86dd609 RichTextBox: placed the UpdateText method on a background thread using the dispatcher to asyncronously update the text property. This dramatically improves performance. 16 years ago
brianlagunas_cp c014a69dc7 added new RichTextBox control. Extends the Windows.Controls.RichTextbox to include a Text dependency property that supports data binding. This control uses the concept of text formatters. TextFormatters allow the user to format the text in the RichTextBox into any format they wish. Three text formatters are included: PlainTextFormatter, RtfFormatter, and a XamlFormatter. User can create their own custom formatters by creating a class that inherits from ITextFormatter and setting that as the default formatter in the <RichTextBox.TextFormatter> block. 16 years ago
brianlagunas_cp 4873017096 ChildWindow: fixed WindowState bug 16 years ago
brianlagunas_cp 73ae2b52ba restricted ChildWindow in container. fixed bug with ChildWindow zindex, added a WindowState property to ChildWindow which will control opening and closing the window through data binding; two states WindowState.Open and WindowState.Closed. Added OverlayBrush and Overlay Opacity properties allow users to modify the ChldWindow's OverLay element. 16 years ago
brianlagunas_cp 01292c647f initial checkin of ChildWindow control 16 years ago
brianlagunas_cp 17171e5f07 added styling capabilities to the MessageBox so a user can style the MessageBox to fit the theme of their application 16 years ago
brianlagunas_cp 7679352934 Initial check in of new MessageBox control 16 years ago
brianlagunas_cp ad85a7a61a refactored visual states into partial class. also added individual resource dictionary for busy indicator. 16 years ago
brianlagunas_cp 659ffd0cfd incremented build number 16 years ago
brianlagunas_cp 63bf6a79c2 changed my mind and put the _displayAfterTimer.Tick event hookup in a public constructor 16 years ago
brianlagunas_cp 4544f0bc15 mistakenly had DefaultStyleKeyProperty.OverrideMetadata(typeof(BusyIndicator), new FrameworkPropertyMetadata(typeof(BusyIndicator))); in a puclic constructor. Moved it to a static constructor. placed _displayAfterTimer.Tick event hookup in the overridden OnIntialize method. 16 years ago
brianlagunas_cp 41510b497b initial project check in 16 years ago