11 references to Decimal
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
104case TextMarkerStyle.Decimal: 435markerStyle == TextMarkerStyle.Decimal
PresentationFramework (9)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
103case TextMarkerStyle.Decimal: 375markerStyle == TextMarkerStyle.Decimal
System\Windows\Documents\List.cs (1)
314|| value == TextMarkerStyle.Decimal;
System\windows\Documents\TextEditorLists.cs (5)
205list.MarkerStyle = TextMarkerStyle.Decimal; 209TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 214TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 226TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 359return TextMarkerStyle.LowerRoman <= markerStyle && markerStyle <= TextMarkerStyle.Decimal;
System\Windows\Documents\TextRangeBase.cs (1)
910case TextMarkerStyle.Decimal: