3 references to IsHyphenationEnabledProperty
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1122get { return (bool)GetValue(IsHyphenationEnabledProperty); } 1123set { SetValue(IsHyphenationEnabledProperty, value); } 3057bool isHyphenationEnabled = (bool) this.GetValue(IsHyphenationEnabledProperty);