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