13 references to LineHeightProperty
PresentationFramework (13)
MS\Internal\Text\DynamicPropertyReader.cs (1)
202
double lineHeight = (double)d.GetValue(Block.
LineHeightProperty
);
MS\Internal\Text\LineProperties.cs (1)
126
_lineHeight = (double)element.GetValue(Block.
LineHeightProperty
);
System\Windows\Controls\AccessText.cs (1)
308
Block.
LineHeightProperty
.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
919
Block.
LineHeightProperty
.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
181
Block.
LineHeightProperty
.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
284
get { return (double)GetValue(
LineHeightProperty
); }
285
set { SetValue(
LineHeightProperty
, value); }
297
element.SetValue(
LineHeightProperty
, value);
309
return (double)element.GetValue(
LineHeightProperty
);
System\Windows\Documents\FlowDocument.cs (1)
365
Block.
LineHeightProperty
.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
242
Block.
LineHeightProperty
.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
261
Block.
LineHeightProperty
.AddOwner(typeof(TableCell));
System\Windows\Documents\TextSchema.cs (1)
62
Block.
LineHeightProperty
,