3 writes to _property
PresentationFramework (3)
System\Windows\Condition.cs (3)
24_property = null; 55_property = conditionProperty; 92_property = value;
6 references to _property
PresentationFramework (6)
System\Windows\Condition.cs (6)
79get { return _property; } 110if(_property != null) 185if (_property != null && _binding != null) 192if (_property == null) 197if (!_property.IsValidValue(_value)) 199throw new InvalidOperationException(SR.Format(SR.InvalidPropertyValue, _value, _property.Name));