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