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