3 writes to MarkerStyle
PresentationFramework (3)
System\windows\Documents\TextEditorLists.cs (2)
193list.MarkerStyle = TextMarkerStyle.Disc; 222list.MarkerStyle = TextMarkerStyle.Decimal;
System\Windows\Documents\TextRangeEditLists.cs (1)
322list.MarkerStyle = markerStyle;
9 references to MarkerStyle
PresentationFramework (9)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (4)
62if (IsKnownSymbolMarkerStyle(list.MarkerStyle)) 64switch (list.MarkerStyle) 89else if (IsKnownIndexMarkerStyle(list.MarkerStyle)) 105switch (list.MarkerStyle)
MS\Internal\Text\MarkerProperties.cs (1)
46_style = list.MarkerStyle;
System\Windows\Documents\List.cs (1)
86/// DependencyProperty for <see cref="MarkerStyle" /> property.
System\windows\Documents\TextEditorLists.cs (2)
364TextMarkerStyle markerStyle = list.MarkerStyle; 375TextMarkerStyle markerStyle = list.MarkerStyle;
System\Windows\Documents\TextRangeBase.cs (1)
847TextMarkerStyle markerStyle = list != null ? list.MarkerStyle : TextMarkerStyle.Disc;