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