3 writes to _property
PresentationFramework (3)
src\Framework\System\Windows\Condition.cs (3)
25_property = null; 59_property = conditionProperty; 99_property = value;
6 references to _property
PresentationFramework (6)
src\Framework\System\Windows\Condition.cs (6)
86get { return _property; } 117if( _property != null ) 192if (_property != null && _binding != null) 199if (_property == null) 204if (!_property.IsValidValue(_value)) 206throw new InvalidOperationException(SR.Get(SRID.InvalidPropertyValue, _value, _property.Name));