4 writes to _operationType
WindowsBase (4)
Base\System\Windows\DependencyPropertyChangedEventArgs.cs (4)
35
_operationType
= OperationType.Unknown;
50
_operationType
= OperationType.Unknown;
63
_operationType
= OperationType.Unknown;
81
_operationType
= operationType;
3 references to _operationType
WindowsBase (3)
Base\System\Windows\DependencyPropertyChangedEventArgs.cs (3)
141
get { return
_operationType
; }
294
_operationType
== args.
_operationType
);