5 references to TitleProperty
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (5)
361get { return GetValue(TitleProperty); } 362set { SetValue(TitleProperty, value); } 1203CoerceValue(TitleProperty); 1222CoerceValue(TitleProperty); // perform Title coercion immediately as well 1643CoerceValue(TitleProperty);