src\Framework\System\Windows\Controls\TextSearch.cs (4)
84= DependencyProperty.RegisterAttached("TextPath", typeof(string), typeof(TextSearch),
122= DependencyProperty.RegisterAttached("Text", typeof(string), typeof(TextSearch),
164DependencyProperty.RegisterAttached("CurrentPrefix", typeof(string), typeof(TextSearch),
171DependencyProperty.RegisterAttached("IsActive", typeof(bool), typeof(TextSearch),
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (7)
62DependencyProperty.RegisterAttached("IsVirtualizing", typeof(bool), typeof(VirtualizingPanel),
102DependencyProperty.RegisterAttached("VirtualizationMode", typeof(VirtualizationMode), typeof(VirtualizingPanel),
140DependencyProperty.RegisterAttached("IsVirtualizingWhenGrouping", typeof(bool), typeof(VirtualizingPanel),
178DependencyProperty.RegisterAttached("ScrollUnit", typeof(ScrollUnit), typeof(VirtualizingPanel),
258DependencyProperty.RegisterAttached("CacheLengthUnit", typeof(VirtualizationCacheLengthUnit), typeof(VirtualizingPanel),
296DependencyProperty.RegisterAttached("IsContainerVirtualizable", typeof(bool), typeof(VirtualizingPanel),
334DependencyProperty.RegisterAttached("ShouldCacheContainerSize", typeof(bool), typeof(VirtualizingPanel),
src\Framework\System\Windows\Markup\XmlAttributeProperties.cs (4)
64DependencyProperty.RegisterAttached("XmlSpace", typeof(string), typeof(XmlAttributeProperties),
68DependencyProperty.RegisterAttached("XmlnsDictionary", typeof(XmlnsDictionary), typeof(XmlAttributeProperties),
72DependencyProperty.RegisterAttached("XmlnsDefinition", typeof(string), typeof(XmlAttributeProperties),
77DependencyProperty.RegisterAttached("XmlNamespaceMaps", typeof(Hashtable), typeof(XmlAttributeProperties),