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