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