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