9 references to IsHyphenationEnabledProperty
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1535bool isHyphenationEnabled = (bool) Element.GetValue(Block.IsHyphenationEnabledProperty);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1193Block.IsHyphenationEnabledProperty.AddOwner(typeof(TextBlock));
src\Framework\System\Windows\Documents\Block.cs (4)
94get { return (bool)GetValue(IsHyphenationEnabledProperty); } 95set { SetValue(IsHyphenationEnabledProperty, value); } 110element.SetValue(IsHyphenationEnabledProperty, value); 124return (bool)element.GetValue(IsHyphenationEnabledProperty);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
739Block.IsHyphenationEnabledProperty.AddOwner(_typeofThis);
src\Framework\System\Windows\Documents\TextSchema.cs (2)
67Block.IsHyphenationEnabledProperty, 1143Block.IsHyphenationEnabledProperty,