3 writes to MarkerStyle
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorLists.cs (2)
195list.MarkerStyle = TextMarkerStyle.Disc; 224list.MarkerStyle = TextMarkerStyle.Decimal;
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (1)
324list.MarkerStyle = markerStyle;
9 references to MarkerStyle
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (4)
64if (IsKnownSymbolMarkerStyle(list.MarkerStyle)) 66switch (list.MarkerStyle) 92else if (IsKnownIndexMarkerStyle(list.MarkerStyle)) 108switch (list.MarkerStyle)
src\Framework\MS\Internal\Text\MarkerProperties.cs (1)
49_style = list.MarkerStyle;
src\Framework\System\Windows\Documents\List.cs (1)
93/// DependencyProperty for <see cref="MarkerStyle" /> property.
src\Framework\System\windows\Documents\TextEditorLists.cs (2)
366TextMarkerStyle markerStyle = list.MarkerStyle; 377TextMarkerStyle markerStyle = list.MarkerStyle;
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
858TextMarkerStyle markerStyle = list != null ? list.MarkerStyle : TextMarkerStyle.Disc;