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