13 references to LineHeightProperty
PresentationFramework (13)
MS\Internal\Text\DynamicPropertyReader.cs (1)
202double 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)
308Block.LineHeightProperty.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
919Block.LineHeightProperty.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
181Block.LineHeightProperty.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
284get { return (double)GetValue(LineHeightProperty); } 285set { SetValue(LineHeightProperty, value); } 297element.SetValue(LineHeightProperty, value); 309return (double)element.GetValue(LineHeightProperty);
System\Windows\Documents\FlowDocument.cs (1)
365Block.LineHeightProperty.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
242Block.LineHeightProperty.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
261Block.LineHeightProperty.AddOwner(typeof(TableCell));
System\Windows\Documents\TextSchema.cs (1)
62Block.LineHeightProperty,