11 references to Decimal
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (2)
114case TextMarkerStyle.Decimal: 445markerStyle == TextMarkerStyle.Decimal
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
110case TextMarkerStyle.Decimal: 384markerStyle == TextMarkerStyle.Decimal
src\Framework\System\Windows\Documents\List.cs (1)
325|| value == TextMarkerStyle.Decimal;
src\Framework\System\windows\Documents\TextEditorLists.cs (5)
224list.MarkerStyle = TextMarkerStyle.Decimal; 228TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 233TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 245TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 378return TextMarkerStyle.LowerRoman <= markerStyle && markerStyle <= TextMarkerStyle.Decimal;
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
925case TextMarkerStyle.Decimal: