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