3 writes to MarkerStyle
PresentationFramework (3)
System\windows\Documents\TextEditorLists.cs (2)
177list.MarkerStyle = TextMarkerStyle.Disc; 206list.MarkerStyle = TextMarkerStyle.Decimal;
System\Windows\Documents\TextRangeEditLists.cs (1)
320list.MarkerStyle = markerStyle;
9 references to MarkerStyle
PresentationFramework (9)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (4)
59if (IsKnownSymbolMarkerStyle(list.MarkerStyle)) 61switch (list.MarkerStyle) 86else if (IsKnownIndexMarkerStyle(list.MarkerStyle)) 102switch (list.MarkerStyle)
MS\Internal\Text\MarkerProperties.cs (1)
44_style = list.MarkerStyle;
System\Windows\Documents\List.cs (1)
86/// DependencyProperty for <see cref="MarkerStyle" /> property.
System\windows\Documents\TextEditorLists.cs (2)
348TextMarkerStyle markerStyle = list.MarkerStyle; 359TextMarkerStyle markerStyle = list.MarkerStyle;
System\Windows\Documents\TextRangeBase.cs (1)
844TextMarkerStyle markerStyle = list != null ? list.MarkerStyle : TextMarkerStyle.Disc;