2 implementations of Title
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
152string IWindowService.Title
System\Windows\Window.cs (1)
824public string Title
3 writes to Title
PresentationFramework (3)
System\Windows\Controls\Page.cs (3)
174WindowService.Title = value; 195((IWindowService)this).Title = value; 780_currentIws.Title = PageHelperObject._windowTitle;
2 references to Title
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
161return WindowService.Title; 189return ((IWindowService)this).Title;