Implemented interface member:
property
Title
System.Windows.IWindowService.Title
8 references to Title
PresentationFramework (6)
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
55name = window.Title;
System\Windows\Navigation\NavigationService.cs (3)
3354&& !String.IsNullOrEmpty(navWin.Title)) 3358name = $"{navWin.Title} ({JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin)})"; 3362name = navWin.Title;
System\Windows\Window.cs (2)
2534HwndSourceParameters param = new HwndSourceParameters(Title, NativeMethods.CW_USEDEFAULT, NativeMethods.CW_USEDEFAULT); 5023UpdateTitle(Title);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1421if (!(string.IsNullOrEmpty(rw.Title as string))) 1423return rw.Title;