5 references to attachedProperties
System.Xaml (5)
System\Xaml\AttachablePropertyServices.cs (5)
27
return
attachedProperties
.GetPropertyCount(instance);
43
attachedProperties
.CopyPropertiesTo(instance, array, index);
59
return
attachedProperties
.RemoveProperty(instance, name);
77
attachedProperties
.SetProperty(instance, name, value);
111
return
attachedProperties
.TryGetProperty(instance, name, out value);