11 references to LineStackingStrategyProperty
PresentationFramework (11)
MS\Internal\Text\LineProperties.cs (1)
133_lineStackingStrategy = (LineStackingStrategy)element.GetValue(Block.LineStackingStrategyProperty);
System\Windows\Controls\AccessText.cs (1)
327Block.LineStackingStrategyProperty.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
972Block.LineStackingStrategyProperty.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
208Block.LineStackingStrategyProperty.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
333get { return (LineStackingStrategy)GetValue(LineStackingStrategyProperty); } 334set { SetValue(LineStackingStrategyProperty, value); } 346element.SetValue(LineStackingStrategyProperty, value); 357return (LineStackingStrategy)element.GetValue(LineStackingStrategyProperty);
System\Windows\Documents\FlowDocument.cs (1)
382Block.LineStackingStrategyProperty.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
260Block.LineStackingStrategyProperty.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
291Block.LineStackingStrategyProperty.AddOwner(typeof(TableCell));