4 references to TitleChanged
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1199
rw.
TitleChanged
-= new EventHandler(this.OnRibbonWindowTitleChanged);
1218
rw.
TitleChanged
+= new EventHandler(this.OnRibbonWindowTitleChanged);
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (2)
74
if (
TitleChanged
!= null)
76
TitleChanged
(this, e);