2 writes to IsASubPropertyChange
WindowsBase (2)
Base\System\Windows\DependencyPropertyChangedEventArgs.cs (2)
64IsASubPropertyChange = true; 90IsASubPropertyChange = (operationType == OperationType.ChangeMutableDefaultValue);
3 references to IsASubPropertyChange
WindowsBase (3)
Base\System\Windows\DependencyObject.cs (2)
1758if (args.IsAValueChange || args.IsASubPropertyChange) 2073if (e.IsAValueChange || e.IsASubPropertyChange || e.OperationType == OperationType.ChangeMutableDefaultValue)
Base\System\Windows\Freezable.cs (1)
322if (!e.IsASubPropertyChange || e.OperationType == OperationType.ChangeMutableDefaultValue)