11 references to LineStackingStrategyProperty
PresentationFramework (11)
MS\Internal\Text\LineProperties.cs (1)
129_lineStackingStrategy = (LineStackingStrategy)element.GetValue(Block.LineStackingStrategyProperty);
System\Windows\Controls\AccessText.cs (1)
325Block.LineStackingStrategyProperty.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
962Block.LineStackingStrategyProperty.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
207Block.LineStackingStrategyProperty.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
331get { return (LineStackingStrategy)GetValue(LineStackingStrategyProperty); } 332set { SetValue(LineStackingStrategyProperty, value); } 344element.SetValue(LineStackingStrategyProperty, value); 355return (LineStackingStrategy)element.GetValue(LineStackingStrategyProperty);
System\Windows\Documents\FlowDocument.cs (1)
382Block.LineStackingStrategyProperty.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
259Block.LineStackingStrategyProperty.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
278Block.LineStackingStrategyProperty.AddOwner(typeof(TableCell));