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