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)
86
get { return
_property
; }
117
if(
_property
!= null )
192
if (
_property
!= null && _binding != null)
199
if (
_property
== null)
204
if (!
_property
.IsValidValue(_value))
206
throw new InvalidOperationException(SR.Get(SRID.InvalidPropertyValue, _value,
_property
.Name));