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