13 references to LineHeightProperty
PresentationFramework (13)
MS\Internal\Text\DynamicPropertyReader.cs (1)
209double lineHeight = (double)d.GetValue(Block.LineHeightProperty);
MS\Internal\Text\LineProperties.cs (1)
131_lineHeight = (double)element.GetValue(Block.LineHeightProperty);
System\Windows\Controls\AccessText.cs (1)
311Block.LineHeightProperty.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
932Block.LineHeightProperty.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
192Block.LineHeightProperty.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
287get { return (double)GetValue(LineHeightProperty); } 288set { SetValue(LineHeightProperty, value); } 300element.SetValue(LineHeightProperty, value); 312return (double)element.GetValue(LineHeightProperty);
System\Windows\Documents\FlowDocument.cs (1)
366Block.LineHeightProperty.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
244Block.LineHeightProperty.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
275Block.LineHeightProperty.AddOwner(typeof(TableCell));
System\Windows\Documents\TextSchema.cs (1)
64Block.LineHeightProperty,