11 references to LineStackingStrategyProperty
PresentationFramework (11)
MS\Internal\Text\LineProperties.cs (1)
128
_lineStackingStrategy = (LineStackingStrategy)element.GetValue(Block.
LineStackingStrategyProperty
);
System\Windows\Controls\AccessText.cs (1)
324
Block.
LineStackingStrategyProperty
.AddOwner(typeof(AccessText));
System\Windows\Controls\TextBlock.cs (1)
959
Block.
LineStackingStrategyProperty
.AddOwner(typeof(TextBlock));
System\Windows\Documents\AnchoredBlock.cs (1)
197
Block.
LineStackingStrategyProperty
.AddOwner(typeof(AnchoredBlock));
System\Windows\Documents\Block.cs (4)
330
get { return (LineStackingStrategy)GetValue(
LineStackingStrategyProperty
); }
331
set { SetValue(
LineStackingStrategyProperty
, value); }
343
element.SetValue(
LineStackingStrategyProperty
, value);
354
return (LineStackingStrategy)element.GetValue(
LineStackingStrategyProperty
);
System\Windows\Documents\FlowDocument.cs (1)
381
Block.
LineStackingStrategyProperty
.AddOwner(_typeofThis);
System\Windows\Documents\ListItem.cs (1)
258
Block.
LineStackingStrategyProperty
.AddOwner(typeof(ListItem));
System\Windows\Documents\TableCell.cs (1)
277
Block.
LineStackingStrategyProperty
.AddOwner(typeof(TableCell));