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