2 implementations of Title
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
157string IWindowService.Title
System\Windows\Window.cs (1)
832public string Title
3 writes to Title
PresentationFramework (3)
System\Windows\Controls\Page.cs (3)
181WindowService.Title = value; 202((IWindowService)this).Title = value; 796_currentIws.Title = PageHelperObject._windowTitle;
2 references to Title
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
168return WindowService.Title; 196return ((IWindowService)this).Title;