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