2 writes to _binding
PresentationFramework (2)
src\Framework\System\Windows\Condition.cs (2)
26
_binding
= null;
122
_binding
= value;
4 references to _binding
PresentationFramework (4)
src\Framework\System\Windows\Condition.cs (4)
94
if (
_binding
!= null)
109
get { return
_binding
; }
192
if (_property != null &&
_binding
!= null)
212
if (
_binding
== null)