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