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