5 references to TitleProperty
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (5)
357get { return GetValue(TitleProperty); } 358set { SetValue(TitleProperty, value); } 1187CoerceValue(TitleProperty); 1206CoerceValue(TitleProperty); // perform Title coercion immediately as well 1614CoerceValue(TitleProperty);