8 references to Box
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (2)
78case TextMarkerStyle.Box: 438|| markerStyle == TextMarkerStyle.Box
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
80case TextMarkerStyle.Box: 377|| markerStyle == TextMarkerStyle.Box
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
98case TextMarkerStyle.Box:
src\Framework\System\Windows\Documents\List.cs (1)
320|| value == TextMarkerStyle.Box
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
367return TextMarkerStyle.Disc <= markerStyle && markerStyle <= TextMarkerStyle.Box;
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
921case TextMarkerStyle.Box :