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