4 references to TitleChanged
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1202
rw.
TitleChanged
-= new EventHandler(this.OnRibbonWindowTitleChanged);
1221
rw.
TitleChanged
+= new EventHandler(this.OnRibbonWindowTitleChanged);
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (2)
79
if (
TitleChanged
!= null)
81
TitleChanged
(this, e);