9 references to IsHyphenationEnabledProperty
PresentationFramework (9)
MS\Internal\PtsHost\TextParagraph.cs (1)
1497bool isHyphenationEnabled = (bool) Element.GetValue(Block.IsHyphenationEnabledProperty);
System\Windows\Controls\TextBlock.cs (1)
1102Block.IsHyphenationEnabledProperty.AddOwner(typeof(TextBlock));
System\Windows\Documents\Block.cs (4)
91get { return (bool)GetValue(IsHyphenationEnabledProperty); } 92set { SetValue(IsHyphenationEnabledProperty, value); } 104element.SetValue(IsHyphenationEnabledProperty, value); 115return (bool)element.GetValue(IsHyphenationEnabledProperty);
System\Windows\Documents\FlowDocument.cs (1)
730Block.IsHyphenationEnabledProperty.AddOwner(_typeofThis);
System\Windows\Documents\TextSchema.cs (2)
63Block.IsHyphenationEnabledProperty, 1134Block.IsHyphenationEnabledProperty,