2 references to OperationType
WindowsBase (2)
Base\System\Windows\DependencyObject.cs (1)
2073
if (e.IsAValueChange || e.IsASubPropertyChange || e.
OperationType
== OperationType.ChangeMutableDefaultValue)
Base\System\Windows\Freezable.cs (1)
322
if (!e.IsASubPropertyChange || e.
OperationType
== OperationType.ChangeMutableDefaultValue)