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