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