5 references to attachedProperties
System.Xaml (5)
System\Xaml\AttachablePropertyServices.cs (5)
28return attachedProperties.GetPropertyCount(instance); 44attachedProperties.CopyPropertiesTo(instance, array, index); 60return attachedProperties.RemoveProperty(instance, name); 78attachedProperties.SetProperty(instance, name, value); 112return attachedProperties.TryGetProperty(instance, name, out value);