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