3 writes to MarkerStyle
PresentationFramework (3)
System\windows\Documents\TextEditorLists.cs (2)
176list.MarkerStyle = TextMarkerStyle.Disc; 205list.MarkerStyle = TextMarkerStyle.Decimal;
System\Windows\Documents\TextRangeEditLists.cs (1)
320MarkerStyle = markerStyle
9 references to MarkerStyle
PresentationFramework (9)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (4)
58if (IsKnownSymbolMarkerStyle(list.MarkerStyle)) 60switch (list.MarkerStyle) 85else if (IsKnownIndexMarkerStyle(list.MarkerStyle)) 101switch (list.MarkerStyle)
MS\Internal\Text\MarkerProperties.cs (1)
43_style = list.MarkerStyle;
System\Windows\Documents\List.cs (1)
85/// DependencyProperty for <see cref="MarkerStyle" /> property.
System\windows\Documents\TextEditorLists.cs (2)
347TextMarkerStyle markerStyle = list.MarkerStyle; 358TextMarkerStyle markerStyle = list.MarkerStyle;
System\Windows\Documents\TextRangeBase.cs (1)
843TextMarkerStyle markerStyle = list != null ? list.MarkerStyle : TextMarkerStyle.Disc;