2 implementations of Title
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (1)
172
string IWindowService.
Title
src\Framework\System\Windows\Window.cs (1)
856
public string
Title
3 writes to Title
PresentationFramework (3)
src\Framework\System\Windows\Controls\Page.cs (3)
196
WindowService.
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)
183
return WindowService.
Title
;
211
return ((IWindowService)this).
Title
;