11 references to Decimal
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
105case TextMarkerStyle.Decimal: 436markerStyle == TextMarkerStyle.Decimal
PresentationFramework (9)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
104case TextMarkerStyle.Decimal: 376markerStyle == TextMarkerStyle.Decimal
System\Windows\Documents\List.cs (1)
315|| value == TextMarkerStyle.Decimal;
System\windows\Documents\TextEditorLists.cs (5)
206list.MarkerStyle = TextMarkerStyle.Decimal; 210TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 215TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 227TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 360return TextMarkerStyle.LowerRoman <= markerStyle && markerStyle <= TextMarkerStyle.Decimal;
System\Windows\Documents\TextRangeBase.cs (1)
911case TextMarkerStyle.Decimal: