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)
325
Block.
LineStackingStrategyProperty
.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
962
Block.
LineStackingStrategyProperty
.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
207
Block.
LineStackingStrategyProperty
.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
331
get { return (LineStackingStrategy)GetValue(
LineStackingStrategyProperty
); }
332
set { SetValue(
LineStackingStrategyProperty
, value); }
344
element.SetValue(
LineStackingStrategyProperty
, value);
355
return (LineStackingStrategy)element.GetValue(
LineStackingStrategyProperty
);
System\Windows\Documents\FlowDocument.cs (1)
382
Block.
LineStackingStrategyProperty
.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
259
Block.
LineStackingStrategyProperty
.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
278
Block.
LineStackingStrategyProperty
.AddOwner(typeof(TableCell));