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