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