13 references to LineHeightProperty
PresentationFramework (13)
MS\Internal\Text\DynamicPropertyReader.cs (1)
203double 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)
309Block.LineHeightProperty.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
922Block.LineHeightProperty.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
191Block.LineHeightProperty.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
285get { return (double)GetValue(LineHeightProperty); } 286set { SetValue(LineHeightProperty, value); } 298element.SetValue(LineHeightProperty, value); 310return (double)element.GetValue(LineHeightProperty);
System\Windows\Documents\FlowDocument.cs (1)
366Block.LineHeightProperty.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
243Block.LineHeightProperty.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
262Block.LineHeightProperty.AddOwner(typeof(TableCell));
System\Windows\Documents\TextSchema.cs (1)
63Block.LineHeightProperty,