10 references to Content
PresentationFramework (10)
MS\Internal\AppModel\Journaling.cs (1)
576(PageFunctionBase)ns.Content : ResumePageFunction();
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (2)
85if (navigationService.Content != null) 87IDocumentPaginatorSource document = navigationService.Content as IDocumentPaginatorSource;
System\Windows\Controls\Frame.cs (1)
145if (f._navigationService.Content == value)
System\Windows\Controls\Page.cs (1)
662((NavigationService != null) && (NavigationService.Content == this)))
System\Windows\Documents\FixedHyperlink.cs (1)
82IFixedNavigate fixedNavigate = ns.Content as IFixedNavigate;
System\Windows\Navigation\NavigationService.cs (3)
2239NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2429NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2588NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);
System\Windows\Navigation\NavigationWindow.cs (1)
998if (w.NavigationService.Content == value)