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