11 references to LineStackingStrategyProperty
PresentationFramework (11)
MS\Internal\Text\LineProperties.cs (1)
128_lineStackingStrategy = (LineStackingStrategy)element.GetValue(Block.LineStackingStrategyProperty);
System\Windows\Controls\AccessText.cs (1)
324Block.LineStackingStrategyProperty.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
959Block.LineStackingStrategyProperty.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
197Block.LineStackingStrategyProperty.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
330get { return (LineStackingStrategy)GetValue(LineStackingStrategyProperty); } 331set { SetValue(LineStackingStrategyProperty, value); } 343element.SetValue(LineStackingStrategyProperty, value); 354return (LineStackingStrategy)element.GetValue(LineStackingStrategyProperty);
System\Windows\Documents\FlowDocument.cs (1)
381Block.LineStackingStrategyProperty.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
258Block.LineStackingStrategyProperty.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
277Block.LineStackingStrategyProperty.AddOwner(typeof(TableCell));