4 references to Content
PresentationFramework (4)
src\Framework\MS\Internal\Controls\ModelTreeEnumerator.cs (3)
161
return Object.ReferenceEquals(
Content
, _owner.Content);
218
object header =
Content
; // Header was passed to the base so that it would appear in index 0
274
object 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)
1410
return Object.ReferenceEquals(
Content
, _popup.Child);