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