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)
50return _includeDescendants; 73return _includeDescendants == other._includeDescendants; 81return _includeDescendants.GetHashCode(); 114while (_includeDescendants && walk != null);