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