1 write to Content
PresentationFramework (1)
src\Framework\System\Windows\Controls\Page.cs (1)
99
Content
= obj;
3 references to Content
PresentationFramework (3)
src\Framework\System\Windows\Controls\Page.cs (2)
97
if (
Content
== null || obj == null)
129
return new SingleChildEnumerator(
Content
);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3395
if (navigationMode == NavigationMode.New && pfBase.
Content
== null)