1 write to _owner
PresentationFramework (1)
src\Framework\MS\Internal\Controls\ModelTreeEnumerator.cs (1)
175_owner = headeredContentControl;
2 references to _owner
PresentationFramework (2)
src\Framework\MS\Internal\Controls\ModelTreeEnumerator.cs (2)
219return Object.ReferenceEquals(header, _owner.Header) && 220Object.ReferenceEquals(_content, _owner.Content);