2 implementations of Title
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (1)
172string IWindowService.Title
src\Framework\System\Windows\Window.cs (1)
856public string Title
3 writes to Title
PresentationFramework (3)
src\Framework\System\Windows\Controls\Page.cs (3)
196WindowService.Title = value; 217((IWindowService)this).Title = value; 812_currentIws.Title = PageHelperObject._windowTitle;
2 references to Title
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (2)
183return WindowService.Title; 211return ((IWindowService)this).Title;