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)
327
Block.
LineStackingStrategyProperty
.AddOwner(typeof(AccessText));
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1038
Block.
LineStackingStrategyProperty
.AddOwner(typeof(TextBlock));
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
208
Block.
LineStackingStrategyProperty
.AddOwner(typeof(AnchoredBlock));
src\Framework\System\Windows\Documents\Block.cs (4)
351
get { return (LineStackingStrategy)GetValue(
LineStackingStrategyProperty
); }
352
set { SetValue(
LineStackingStrategyProperty
, value); }
367
element.SetValue(
LineStackingStrategyProperty
, value);
381
return (LineStackingStrategy)element.GetValue(
LineStackingStrategyProperty
);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
390
Block.
LineStackingStrategyProperty
.AddOwner(_typeofThis);
src\Framework\System\Windows\Documents\ListItem.cs (1)
267
Block.
LineStackingStrategyProperty
.AddOwner(typeof(ListItem));
src\Framework\System\Windows\Documents\TableCell.cs (1)
298
Block.
LineStackingStrategyProperty
.AddOwner(typeof(TableCell));