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