4 references to Content
PresentationFramework (4)
MS\Internal\Controls\ModelTreeEnumerator.cs (3)
146return Object.ReferenceEquals(Content, _owner.Content); 203object header = Content; // Header was passed to the base so that it would appear in index 0 259object header = Content; // Header was passed to the base so that it would appear in index 0
System\Windows\Controls\Primitives\Popup.cs (1)
1410return Object.ReferenceEquals(Content, _popup.Child);