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