11 references to LineStackingStrategyProperty
PresentationFramework (11)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
136_lineStackingStrategy = (LineStackingStrategy)element.GetValue(Block.LineStackingStrategyProperty);
src\Framework\System\Windows\Controls\AccessText.cs (1)
327Block.LineStackingStrategyProperty.AddOwner(typeof(AccessText));
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1038Block.LineStackingStrategyProperty.AddOwner(typeof(TextBlock));
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
208Block.LineStackingStrategyProperty.AddOwner(typeof(AnchoredBlock));
src\Framework\System\Windows\Documents\Block.cs (4)
351get { return (LineStackingStrategy)GetValue(LineStackingStrategyProperty); } 352set { SetValue(LineStackingStrategyProperty, value); } 367element.SetValue(LineStackingStrategyProperty, value); 381return (LineStackingStrategy)element.GetValue(LineStackingStrategyProperty);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
390Block.LineStackingStrategyProperty.AddOwner(_typeofThis);
src\Framework\System\Windows\Documents\ListItem.cs (1)
267Block.LineStackingStrategyProperty.AddOwner(typeof(ListItem));
src\Framework\System\Windows\Documents\TableCell.cs (1)
298Block.LineStackingStrategyProperty.AddOwner(typeof(TableCell));