4 references to TitleProperty
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7112DependencyProperty dp = System.Windows.Window.TitleProperty;
System\Windows\Window.cs (2)
779return (String)GetValue(TitleProperty); 785SetValue(TitleProperty, value);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (1)
58Window.TitleProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(String.Empty, new PropertyChangedCallback(OnTitleChangedCallback)));