2 implementations of Title
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
164string IWindowService.Title
System\Windows\Window.cs (1)
845public string Title
3 writes to Title
PresentationFramework (3)
System\Windows\Controls\Page.cs (3)
188WindowService.Title = value; 209((IWindowService)this).Title = value; 803_currentIws.Title = PageHelperObject._windowTitle;
2 references to Title
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
175return WindowService.Title; 203return ((IWindowService)this).Title;