3 instantiations of List
PresentationFramework (3)
System\Windows\Documents\TextRangeEditLists.cs (1)
318
List list = new
List
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7037
DefaultConstructor = delegate () { return new System.Windows.Documents.
List
(); },
System\Windows\Markup\KnownTypes.cs (1)
1380
case KnownElements.List: o = new System.Windows.Documents.
List
(); break;
81 references to List
PresentationFramework (81)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1042
if (element is
List
)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
39
internal static Thickness CalculatePadding(
List
list, double lineHeight, double pixelsPerDip)
53
private static FormattedText GetFormattedMarker(
List
list, double pixelsPerDip)
MS\Internal\PtsHost\ListParaClient.cs (2)
80
List
list = Paragraph.Element as
List
;
MS\Internal\PtsHost\ListParagraph.cs (1)
83
else if (element is
List
)
MS\Internal\PtsHost\MbpInfo.cs (3)
124
else if (o is Table || o is
List
)
153
else if (o is
List
)
155
defaultPadding = ListMarkerSourceInfo.CalculatePadding((
List
)o, lineHeight, pixelsPerDip);
MS\Internal\Text\MarkerProperties.cs (1)
27
internal MarkerProperties(
List
list, int index)
System\Windows\Controls\TextRangeAdaptor.cs (1)
70
object val = tp.GetValue(
List
.MarkerStyleProperty);
System\Windows\Documents\FixedElement.cs (1)
408
return typeof(
List
);
System\Windows\Documents\FlowDocument.cs (1)
48
/// <see cref="Paragraph"/>, <see cref="Section"/>, <see cref="
List
"/>, <see cref="Table"/>.
System\Windows\Documents\List.cs (6)
38
DefaultStyleKeyProperty.OverrideMetadata(typeof(
List
), new FrameworkPropertyMetadata(typeof(
List
)));
91
typeof(
List
),
114
typeof(
List
),
138
typeof(
List
),
246
if (block is
List
)
System\Windows\Documents\ListItem.cs (2)
68
public
List
List
72
return (this.Parent as
List
);
System\windows\Documents\TextEditorLists.cs (6)
127
List
list = parentListItem == null ? null : (
List
)parentListItem.Parent;
160
private static void ToggleBullets(TextSelection thisSelection, ListItem parentListItem, ListItem immediateListItem,
List
list)
189
private static void ToggleNumbering(TextSelection thisSelection, ListItem parentListItem, ListItem immediateListItem,
List
list)
340
private static bool HasBulletMarker(
List
list)
351
private static bool HasNumericMarker(
List
list)
System\Windows\Documents\TextPointer.cs (1)
1033
/// is structurally incomplete, say in empty <see cref="
List
"/>
System\Windows\Documents\TextRangeBase.cs (6)
696
else if (typeof(
List
).IsAssignableFrom(elementType))
717
else if (typeof(
List
).IsAssignableFrom(elementType) && navigator is TextPointer)
795
List
list = (
List
)navigator.GetAdjacentElement(LogicalDirection.Forward);
825
List
list = (
List
)((TextPointer)navigator).Parent;
System\Windows\Documents\TextRangeEdit.cs (2)
799
else if (block is
List
)
1033
if (block is Paragraph || block is BlockUIContainer || block is
List
)
System\Windows\Documents\TextRangeEditLists.cs (20)
52
if (secondListItem != null && secondListItem.PreviousListItem == null && secondParagraphOrBlockUIContainer.NextBlock is
List
)
57
List
sublistOfSecondParagraph = (
List
)secondParagraphOrBlockUIContainer.NextBlock;
214
List
precedingList = mergePosition.GetAdjacentElement(LogicalDirection.Backward) as
List
;
215
List
followingList = mergePosition.GetAdjacentElement(LogicalDirection.Forward) as
List
;
318
List
list = new List
342
if (firstListItem == null || lastListItem == null || firstListItem.Parent != lastListItem.Parent || !(firstListItem.Parent is
List
))
347
List
listToRemove = null;
402
!(firstListItem.Parent is
List
))
416
List
list = (
List
)firstListItem.Parent;
419
List
indentedList = (
List
)TextRangeEdit.InsertElementClone(firstListItem.ElementStart, lastListItem.ElementEnd, list);
429
List
nestedListOfLastItem = leadingParagraphOfLastItem.NextBlock as
List
;
496
List
unindentedList = (
List
)firstListItem.Parent;
759
private static TextPointer GetPositionAfterList(
List
list)
System\Windows\Documents\TextRangeEditTables.cs (2)
633
if (ancestor is
List
|| ancestor is Inline && !TextSchema.IsMergeableInline(ancestor.GetType()))
851
if (parent is
List
)
System\Windows\Documents\TextRangeSerialization.cs (8)
885
if ((property == Block.MarginProperty && (typeof(Paragraph).IsAssignableFrom(propertyOwnerType) || typeof(
List
).IsAssignableFrom(propertyOwnerType)))
887
(property == Block.PaddingProperty) && typeof(
List
).IsAssignableFrom(propertyOwnerType))
1371
List
list = fragment.Blocks.FirstBlock as
List
;
1385
List
nestedList = listItem.Blocks.FirstBlock as
List
;
1442
if (insertionPosition.Parent is
List
)
1724
typeof(
List
).IsAssignableFrom(commonAncestor.ParentType) ||
System\Windows\Documents\TextSchema.cs (8)
307
typeof(
List
).IsAssignableFrom(elementType) ||
411
else if (typeof(
List
).IsAssignableFrom(type))
413
return typeof(
List
);
525
else if (typeof(
List
).IsAssignableFrom(type))
838
else if (typeof(
List
).IsAssignableFrom(parentType))
1000
List
.MarkerStyleProperty,
1001
List
.MarkerOffsetProperty,
1002
List
.StartIndexProperty,
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
465
case 372: t = () => typeof(
List
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5333
Type type = typeof(System.Windows.Documents.
List
);
5335
this.GetXamlType(typeof(System.Windows.Documents.
List
)), // DeclaringType
5342
GetDelegate = delegate (object target) { return ((System.Windows.Documents.
List
)target).ListItems; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7034
typeof(System.Windows.Documents.
List
),
System\Windows\Markup\KnownTypes.cs (2)
2498
case KnownElements.List: return (o as System.Windows.Documents.
List
).ListItems;
5919
case KnownElements.List: t = typeof(System.Windows.Documents.
List
); break;