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