3 references to AttachablePropertyServices
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (3)
423return AttachablePropertyServices.GetAttachedPropertyCount(instance); 441int count = AttachablePropertyServices.GetAttachedPropertyCount(instance); 445AttachablePropertyServices.CopyPropertiesTo(instance, result, 0);