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)
78
get { return
_property
; }
109
if(
_property
!= null)
184
if (
_property
!= null && _binding != null)
191
if (
_property
== null)
196
if (!
_property
.IsValidValue(_value))
198
throw new InvalidOperationException(SR.Format(SR.InvalidPropertyValue, _value,
_property
.Name));