3 writes to _property
PresentationFramework (3)
System\Windows\Condition.cs (3)
29_property = null; 60_property = conditionProperty; 97_property = value;
6 references to _property
PresentationFramework (6)
System\Windows\Condition.cs (6)
84get { return _property; } 115if(_property != null) 190if (_property != null && _binding != null) 197if (_property == null) 202if (!_property.IsValidValue(_value)) 204throw new InvalidOperationException(SR.Format(SR.InvalidPropertyValue, _value, _property.Name));