9 references to IsHyphenationEnabledProperty
PresentationFramework (9)
MS\Internal\PtsHost\TextParagraph.cs (1)
1520bool isHyphenationEnabled = (bool) Element.GetValue(Block.IsHyphenationEnabledProperty);
System\Windows\Controls\TextBlock.cs (1)
1105Block.IsHyphenationEnabledProperty.AddOwner(typeof(TextBlock));
System\Windows\Documents\Block.cs (4)
92get { return (bool)GetValue(IsHyphenationEnabledProperty); } 93set { SetValue(IsHyphenationEnabledProperty, value); } 105element.SetValue(IsHyphenationEnabledProperty, value); 116return (bool)element.GetValue(IsHyphenationEnabledProperty);
System\Windows\Documents\FlowDocument.cs (1)
731Block.IsHyphenationEnabledProperty.AddOwner(_typeofThis);
System\Windows\Documents\TextSchema.cs (2)
64Block.IsHyphenationEnabledProperty, 1140Block.IsHyphenationEnabledProperty,