1 write to _includeDescendants
PresentationFramework (1)
System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (1)
57
_includeDescendants
= value;
5 references to _includeDescendants
PresentationFramework (5)
System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (5)
53
return
_includeDescendants
;
76
return
_includeDescendants
== other.
_includeDescendants
;
84
return
_includeDescendants
.GetHashCode();
117
while (
_includeDescendants
&& walk != null);