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