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