1 write to _includeDescendants
PresentationFramework (1)
System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (1)
54
_includeDescendants
= value;
5 references to _includeDescendants
PresentationFramework (5)
System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (5)
50
return
_includeDescendants
;
73
return
_includeDescendants
== other.
_includeDescendants
;
81
return
_includeDescendants
.GetHashCode();
114
while (
_includeDescendants
&& walk != null);