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