1130 Commits (d95af80ffa75f0aa4c37e65ddf7d6ff8da73c239)

Author SHA1 Message Date
Steven Kirk d95af80ffa Fix TextBox wrapping. 10 years ago
Steven Kirk f2ecce6cc2 Remove TextBox hacks. 10 years ago
Steven Kirk 96ab9e62cd Added attached property support in bindings. 10 years ago
Steven Kirk 42ccfebf17 Fixed TextBox floating watermark. 10 years ago
Steven Kirk 80c83a4d8a Expose ScrollViewer CLR attached properties accessors. 10 years ago
Steven Kirk 7a67889b45 Call InvalidateArrange on Canvas not child control. 10 years ago
Steven Kirk d708e7744f Set TreeViewItem padding. 10 years ago
Steven Kirk bc7c0ece15 Ensure active direct bindings don't get collected. 10 years ago
Steven Kirk f6c205202d Look up attached properties by explicit owner type. 10 years ago
Steven Kirk a7ea5287a5 Fixed canvas attached property owners. 10 years ago
Dan Walmsley 5ac817e2b8 updated comment. 10 years ago
Dan Walmsley 375ac04e6a using lamda instead of getter. 10 years ago
Dan Walmsley 9f6042e0cf no longer verify thread access to list. 10 years ago
Dan Walmsley 9e0e0905af Window.Windows is now Window.OpenWindows, exposed as IList and corrected code standards. 10 years ago
Dan Walmsley 8b2accd6ad Implemented Windows Enumerable. 10 years ago
Steven Kirk 093dd452e5 Return InstancedBinding from TreeDataTemplate. 10 years ago
Steven Kirk 1d6813b918 Handle empty text when double-clicking TextBox. 10 years ago
danwalmsley 8e9cf40ead implemented ScrollSize from IScrollable. 10 years ago
Wiesław Šoltés 9ec94dc29d Added CommandParameter property for KeyBinding 10 years ago
Steven Kirk fa9e7fbcd8 Don't use observables to detach styles. 10 years ago
Steven Kirk d64a163ae9 Correctly update ScrollViewer viewport. 10 years ago
Steven Kirk 46b3ce2a01 Fix ScrollViewer. 10 years ago
Steven Kirk e332d3f518 Make TreeViewItem.IsExpanded a direct property. 10 years ago
donandren a530f5b7e7 reformat LayoutTransformControl code 10 years ago
Steven Kirk ac0a78293f Actually return visual root from IVisual.VisualRoot. 10 years ago
donandren 3c3ec8cfbb LayoutTranformControl code reformatted 10 years ago
donandren 1b8e0faa7f Default template in code of LayoutTransformControl removed and added default template in theme 10 years ago
Steven Kirk 20cb202232 Fix bindings not being unsubscribed on Dispose. 10 years ago
donandren e7363e5fd8 ApplyLayoutTransform made private 10 years ago
Steven Kirk 92035ffdba Don't CombineLatest if no need. 10 years ago
donandren 454d1b744c ScaleTransform Added 10 years ago
donandren d36aae900c LayoutTransformControll added 10 years ago
donandren b26573656a HasInverse Property property of Matrix 10 years ago
Steven Kirk 886fbb5458 Make ExpressionObserver accept a priority for sets. 10 years ago
Steven Kirk 22952e4b0d Only apply delayed bindings to TopLevels on load. 10 years ago
Steven Kirk eaecc0c89e Removed unused field. 10 years ago
Steven Kirk 5802040d3e Optimize ContentPresenter. 10 years ago
Steven Kirk e7556fbf39 Expose IVisual.VisualRoot. 10 years ago
Steven Kirk 9044d586a5 Make Decorator.Child an IControl. 10 years ago
Steven Kirk 7dbb9b4373 Added InvalidateVisual to IVisual. 10 years ago
Steven Kirk b46d91e71e Removed unnecessary rx Select. 10 years ago
Steven Kirk 3532da2bb0 Use inner dictionary in property registry. 10 years ago
Steven Kirk 7045268acc Cache selector strings. 10 years ago
Steven Kirk 072941837b Refactored styles... 10 years ago
Darnell Williams 9935ffe9c4 Corrects SizeToContent for both windows and control wrppers 10 years ago
Darnell Williams f6ef5d3698 Corrects loading paml files and content sizing for usercontrols 10 years ago
Steven Kirk d2d58f9fe0 Don't share Popups in ContextMenu. 10 years ago
Steven Kirk f87cc32ec6 Fix DesignerAssist. 10 years ago
Steven Kirk 87ab442ab3 Fixes #466 . 10 years ago
Steven Kirk 8c9a2e89ad Make DataTemplate-created TreeViewItems namescopes. 10 years ago