2 writes to _binding
PresentationFramework (2)
System\Windows\Condition.cs (2)
25
_binding
= null;
115
_binding
= value;
4 references to _binding
PresentationFramework (4)
System\Windows\Condition.cs (4)
87
if (
_binding
!= null)
102
get { return
_binding
; }
185
if (_property != null &&
_binding
!= null)
205
if (
_binding
== null)