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)
79
get { return
_property
; }
110
if(
_property
!= null)
185
if (
_property
!= null && _binding != null)
192
if (
_property
== null)
197
if (!
_property
.IsValidValue(_value))
199
throw new InvalidOperationException(SR.Format(SR.InvalidPropertyValue, _value,
_property
.Name));