1 write to _owner
PresentationFramework (1)
MS\Internal\Controls\ModelTreeEnumerator.cs (1)
173
_owner
= headeredContentControl;
2 references to _owner
PresentationFramework (2)
MS\Internal\Controls\ModelTreeEnumerator.cs (2)
217
return Object.ReferenceEquals(header,
_owner
.Header) &&
218
Object.ReferenceEquals(_content,
_owner
.Content);