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)
49return _includeDescendants; 72return _includeDescendants == other._includeDescendants; 80return _includeDescendants.GetHashCode(); 113while (_includeDescendants && walk != null);