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