5 references to attachedProperties
System.Xaml (5)
System\Xaml\AttachablePropertyServices.cs (5)
30
return
attachedProperties
.GetPropertyCount(instance);
47
attachedProperties
.CopyPropertiesTo(instance, array, index);
64
return
attachedProperties
.RemoveProperty(instance, name);
83
attachedProperties
.SetProperty(instance, name, value);
117
return
attachedProperties
.TryGetProperty(instance, name, out value);