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