2 references to TitleProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (2)
368get { return (string)GetValue(TitleProperty); } 369set { SetValue(TitleProperty, value); }