1950 Commits (358ea923d487bee28a8c3992b4b5d18d16dfd81e)

Author SHA1 Message Date
jkuehner ab3507ff05 Make the PropertyGird to a CustomControl so that it is Restyleable 12 years ago
jkuehner f535a52893 PrimarySelection should also call RaisePropertyChanged 12 years ago
jkuehner c029f3acbc Rotate Thumb loses it's Rotation when used again, fixed 12 years ago
jkuehner dfbd921f22 Fix Resizing & Positioning when Zoomed in or Out 12 years ago
jkuehner 822bd182d2 Set BoundsPrecision to 1, you can't place Controls so Perfectly with the Mouse, so this is enough 12 years ago
jkuehner aa075d4661 Disable Reset on Context menu when property is not Set 12 years ago
jkuehner 4011b68f35 Fix Default Initializer 12 years ago
jkuehner 8e3a5c645c Margin Handle fixes 12 years ago
jkuehner f37b116482 Default Placement Behavior 12 years ago
jkuehner 820b8cedb7 Canvas Placement: 12 years ago
jkuehner 397d418e07 Make DesignSurface a CustomControl, so it can be Restyled when using it an own Project! 12 years ago
jkuehner 569f8629d1 Show a Rectangle when a Property is set! 12 years ago
jkuehner f2ea63706e Rotate Controls via a RotateThumb 12 years ago
jkuehner c0a614d153 Copy/Paste ContextMenu on Outline Node 12 years ago
jkuehner cb5050cb7b Allow a Gradient Brush correctly Parsed to XAML and Back! 12 years ago
jkuehner 935f12b040 Fixes of the Brush Editor in the Propertygrid View: 12 years ago
jkuehner 189f48142f Allow Copy&Paste of Controls not defined in the Framework Assemblys 12 years ago
Siegfried Pammer 9cbc721069 fixed merge conflict in: Sending in an empty string as namespaceURI when setting a value to an attribute that does not belong to a namespace, otherwise it will overwrite the value in another attribute with same name but in another namespace if it finds one. 12 years ago
Siegfried Pammer 76014cd971 fixed merge conflict in 12 years ago
jkuehner f34a5e8da8 - Raster Placement support! 12 years ago
jkuehner afc881c8b0 Extend Zoom Control so that it can Display Additional Controls. 12 years ago
jkuehner 64a8e0f184 Enum Button -> Highlight Selected Value 12 years ago
jkuehner 1aae5a1e38 Canvas Position Handle 12 years ago
jogibear9988 f85140780d Set ClipToBounds inside WindowClone so only the Controls are Visible Area of the Window are drawn! 12 years ago
jogibear9988 7946cee208 Copy & Paste of Items -> Keep the old Position, don't move all Elements to the upper corner. 12 years ago
jogibear9988 0b545636a3 XamlDesignItem now ICloneable is now implemented! 12 years ago
jkuehner 6ea7511873 Support to hide Controls from the OutlineView. 12 years ago
jkuehner fcdab5042c Support for DesignTimeProperties wich are not defined in Assemblys 12 years ago
jogibear9988 9ebce8cca0 Gray Out Area fix -> It was Grayed out to much, not Only the Control in the Design Panel. 12 years ago
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 ef01c79f67 Its questionable if attached properties can be used in markup extensions. In either case, prefix should not be used for a normal property in markup extensions. 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
Tobias Gummesson dfe0ca1604 Added default ReportErrors delegate that does nothing. 12 years ago
Tobias Gummesson 2a7b6ac8f0 Fixed missing namespace prefix on properties that is set as elements on types outside default XAML namespace. 12 years ago
Tobias Gummesson 83026098fa Throws a XamlLoadException with an error message describing the error instead of a NullReferenceException in the case where the document failed to load. 12 years ago
Tobias Gummesson 374fa8589b Fixed bug where list with errors in the designer was only updated if the document failed to load completely. 12 years ago
Tobias Gummesson 0c4f79df57 If the ParentProperty is a collection the collection itself is the TargetObject (for example when adding Bindings to the MultiBinding.Bindings property). 12 years ago
Siegfried Pammer c48ba4bfd9 fix typo 12 years ago
Tobias Gummesson 0581162c66 Removed Ignore attribute from WhitespaceTests so the tests in the class will be executed. 12 years ago
Tobias Gummesson 6a640ca873 Removed Ignore attribute from SimpleLoadTests so the tests in the class will be executed. 12 years ago
Tobias Gummesson e0233a6e05 Fixed so nodes in the property grid gets DesignItemProperty instances that really represents attached properties when an attached property is used. 12 years ago
Siegfried Pammer 4c8a3129e8 adjusted unit test 12 years ago
Tobias Gummesson e3a032913f XML-namespaces for controls outside the default XML-namespace is now declared in the document root. 12 years ago
gumme 270f3ad184 Fixed so Resources are always first among child items. 12 years ago
gumme a6af2f2022 Its WPF standard to use parent type name as prefix before the dot when declaring a property as XAML element, and NOT the name of the type that declares the property. 12 years ago
Siegfried Pammer 638d9e7324 add more unit tests 12 years ago
gumme 95e36a6eef Fixed bug; Only sets the inner text of an XML element if the element type defines a Content property. 12 years ago
gumme 1bd00ea220 Made it possible to add resources to a ResourceDictionary through DesignItemProperty.CollectionElements. 12 years ago
Siegfried Pammer 9f71500fab add unit tests for property setters 12 years ago