1 write to _includeDescendants
PresentationFramework (1)
src\Framework\System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (1)
53
_includeDescendants
= value;
5 references to _includeDescendants
PresentationFramework (5)
src\Framework\System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (5)
49
return
_includeDescendants
;
72
return
_includeDescendants
== other.
_includeDescendants
;
80
return
_includeDescendants
.GetHashCode();
113
while (
_includeDescendants
&& walk != null);