13 references to LineHeightProperty
PresentationFramework (13)
MS\Internal\Text\DynamicPropertyReader.cs (1)
203
double lineHeight = (double)d.GetValue(Block.
LineHeightProperty
);
MS\Internal\Text\LineProperties.cs (1)
127
_lineHeight = (double)element.GetValue(Block.
LineHeightProperty
);
System\Windows\Controls\AccessText.cs (1)
309
Block.
LineHeightProperty
.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
922
Block.
LineHeightProperty
.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
191
Block.
LineHeightProperty
.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
285
get { return (double)GetValue(
LineHeightProperty
); }
286
set { SetValue(
LineHeightProperty
, value); }
298
element.SetValue(
LineHeightProperty
, value);
310
return (double)element.GetValue(
LineHeightProperty
);
System\Windows\Documents\FlowDocument.cs (1)
366
Block.
LineHeightProperty
.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
243
Block.
LineHeightProperty
.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
262
Block.
LineHeightProperty
.AddOwner(typeof(TableCell));
System\Windows\Documents\TextSchema.cs (1)
63
Block.
LineHeightProperty
,