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