10 references to Content
PresentationFramework (10)
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
598(PageFunctionBase)ns.Content : ResumePageFunction();
src\Framework\MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (2)
96if (navigationService.Content != null) 98IDocumentPaginatorSource document = navigationService.Content as IDocumentPaginatorSource;
src\Framework\System\Windows\Controls\Frame.cs (1)
152if (f._navigationService.Content == value)
src\Framework\System\Windows\Controls\Page.cs (1)
670((NavigationService != null) && (NavigationService.Content == this)))
src\Framework\System\Windows\Documents\FixedHyperlink.cs (1)
86IFixedNavigate fixedNavigate = ns.Content as IFixedNavigate;
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
2409NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2610NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2769NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
1025if (w.NavigationService.Content == value)