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)
53return _includeDescendants; 76return _includeDescendants == other._includeDescendants; 84return _includeDescendants.GetHashCode(); 117while (_includeDescendants && walk != null);