4 references to TitleChanged
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1189
rw.
TitleChanged
-= new EventHandler(this.OnRibbonWindowTitleChanged);
1208
rw.
TitleChanged
+= new EventHandler(this.OnRibbonWindowTitleChanged);
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (2)
73
if (
TitleChanged
!= null)
75
TitleChanged
(this, e);