3 references to TitleProperty
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7070DependencyProperty dp = System.Windows.Window.TitleProperty;
src\Framework\System\Windows\Window.cs (2)
862return (String)GetValue(TitleProperty); 868SetValue(TitleProperty, value);