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