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