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