1 write to Content
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
84
Content
= obj;
3 references to Content
PresentationFramework (3)
System\Windows\Controls\Page.cs (2)
82
if (
Content
== null || obj == null)
114
return new SingleChildEnumerator(
Content
);
System\Windows\Navigation\NavigationService.cs (1)
3151
if (navigationMode == NavigationMode.New && pfBase.
Content
== null)