5 references to attachedProperties
System.Xaml (5)
System\Xaml\AttachablePropertyServices.cs (5)
28
return
attachedProperties
.GetPropertyCount(instance);
44
attachedProperties
.CopyPropertiesTo(instance, array, index);
60
return
attachedProperties
.RemoveProperty(instance, name);
78
attachedProperties
.SetProperty(instance, name, value);
112
return
attachedProperties
.TryGetProperty(instance, name, out value);