1 write to _rawValue
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
1236
_rawValue
= rawValue;
1 reference to _rawValue
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
1241
internal object RawValue { get { return
_rawValue
; } }