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