3 writes to _property
PresentationFramework (3)
System\Windows\Condition.cs (3)
23_property = null; 54_property = conditionProperty; 91_property = value;
6 references to _property
PresentationFramework (6)
System\Windows\Condition.cs (6)
78get { return _property; } 109if(_property != null) 184if (_property != null && _binding != null) 191if (_property == null) 196if (!_property.IsValidValue(_value)) 198throw new InvalidOperationException(SR.Format(SR.InvalidPropertyValue, _value, _property.Name));