5 references to attachedProperties
System.Xaml (5)
System\Xaml\AttachablePropertyServices.cs (5)
29
return
attachedProperties
.GetPropertyCount(instance);
46
attachedProperties
.CopyPropertiesTo(instance, array, index);
63
return
attachedProperties
.RemoveProperty(instance, name);
82
attachedProperties
.SetProperty(instance, name, value);
116
return
attachedProperties
.TryGetProperty(instance, name, out value);