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