10 references to Content
PresentationFramework (10)
MS\Internal\AppModel\Journaling.cs (1)
572(PageFunctionBase)ns.Content : ResumePageFunction();
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (2)
80if (navigationService.Content != null) 82IDocumentPaginatorSource document = navigationService.Content as IDocumentPaginatorSource;
System\Windows\Controls\Frame.cs (1)
133if (f._navigationService.Content == value)
System\Windows\Controls\Page.cs (1)
655((NavigationService != null) && (NavigationService.Content == this)))
System\Windows\Documents\FixedHyperlink.cs (1)
73IFixedNavigate fixedNavigate = ns.Content as IFixedNavigate;
System\Windows\Navigation\NavigationService.cs (3)
2228NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2418NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2577NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);
System\Windows\Navigation\NavigationWindow.cs (1)
982if (w.NavigationService.Content == value)