3 references to IsHyphenationEnabledProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextBlock.cs (3)
1200get { return (bool)GetValue(IsHyphenationEnabledProperty); } 1201set { SetValue(IsHyphenationEnabledProperty, value); } 3146bool isHyphenationEnabled = (bool) this.GetValue(IsHyphenationEnabledProperty);