2 references to IsHyphenationEnabledProperty
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
737get { return (bool)GetValue(IsHyphenationEnabledProperty); } 738set { SetValue(IsHyphenationEnabledProperty, value); }