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