11 Commits (64343cfe5763aff3fad1aad87c92cfc08fc89d32)

Author SHA1 Message Date
Tobias Gummesson 64343cfe57 If properties on a markup extension (for example a binding) is modified after the markup extension was set on a property, and these property changes effect how the markup extension can be printed in XAML, the markup extension was not updated properly. 12 years ago
Tobias Gummesson d4beb03306 Fixed so markup extensions where property is set by a StaticResource checks if the referenced resource is declared locally, and it its declared locally it forces the markup extension to be printed as element and not as shorthand XAML markup extension code. This is so the StaticResource can find the correct resource. 12 years ago
Tobias Gummesson ccda46b899 Fixed so its possible to use MultiBinding and PriorityBinding on a DesignItemProperty and that it writes as expected to XAML. 12 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer 12bdde75f9 fixed WpfDesign unit tests 16 years ago
Daniel Grunwald 9ca4d90d0f Resurrect old version of WPF designer (from revision 3608) 16 years ago
Ivan Shumilin fada9f0e0d remove duplicated projects and reference, update output paths in *.csproj 17 years ago
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 18 years ago
Daniel Grunwald 877dd375d9 Allow creating new components. 19 years ago
Daniel Grunwald 5516b08461 Support loading .xaml files that use CDATA-sections. 19 years ago
Daniel Grunwald 0b013d8405 Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom. 19 years ago
Daniel Grunwald 0564fc244a XamlDom: better support for element collections. 19 years ago
Daniel Grunwald a6e2f1476d Begin work on moving components between containers. 19 years ago
Daniel Grunwald a4035d10e4 Set Canvas.Left+Canvas.Top attached properties when resizing a control inside a Canvas. 19 years ago
Daniel Grunwald de3656269f Allow setting simple properties via DesignItem. 19 years ago