100 references to FillRule
PresentationCore (86)
MS\Internal\Ink\StrokeRenderer.cs (2)
41
FillRule =
FillRule
.Nonzero
223
FillRule =
FillRule
.Nonzero
MS\Internal\KnownBoxes.cs (4)
11
internal static object EvenOddBox =
FillRule
.EvenOdd;
12
internal static object NonzeroBox =
FillRule
.Nonzero;
14
internal static object Box(
FillRule
value)
16
if (value ==
FillRule
.Nonzero)
MS\Internal\Media\ParserStreamGeometryContext.cs (7)
78
internal void SetFillRule(
FillRule
fillRule)
377
FillRule
fillRule;
599
private static
FillRule
BoolToFillRule(bool value)
602
return
FillRule
.EvenOdd;
604
return
FillRule
.Nonzero;
607
private static bool FillRuleToBool(
FillRule
fill)
609
if (fill ==
FillRule
.EvenOdd)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (2)
858
[FieldOffset(12)] internal
FillRule
FillRule;
877
[FieldOffset(12)] internal
FillRule
FillRule;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\FillRuleValidation.cs (4)
27
FillRule
value = (
FillRule
) valueObject;
29
return (value ==
FillRule
.EvenOdd) ||
30
(value ==
FillRule
.Nonzero);
System\Windows\Media\Composition.cs (5)
201
FillRule
fillRule,
242
FillRule
fillRule,
253
FillRule
fillRule1,
257
FillRule
fillRule2,
266
FillRule
fillRule,
System\Windows\Media\EllipseGeometry.cs (2)
285
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
304
FillRule =
FillRule
.EvenOdd,
System\Windows\Media\FormattedText.cs (2)
1926
FillRule =
FillRule
.Nonzero
1968
FillRule =
FillRule
.Nonzero
System\Windows\Media\Generated\GeometryGroup.cs (6)
171
public
FillRule
FillRule
175
return (
FillRule
) GetValue(FillRuleProperty);
467
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
496
typeof(
FillRule
),
498
FillRule
.EvenOdd,
System\Windows\Media\Generated\PathGeometry.cs (6)
93
public
FillRule
FillRule
97
return (
FillRule
) GetValue(FillRuleProperty);
265
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
294
typeof(
FillRule
),
296
FillRule
.EvenOdd,
System\Windows\Media\Generated\StreamGeometry.cs (6)
80
public
FillRule
FillRule
84
return (
FillRule
) GetValue(FillRuleProperty);
174
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
200
typeof(
FillRule
),
202
FillRule
.EvenOdd,
System\Windows\Media\Geometry.cs (8)
605
FillRule
fillRule =
FillRule
.Nonzero;
688
FillRule
fillRule =
FillRule
.Nonzero;
831
FillRule
fillRule =
FillRule
.Nonzero;
947
internal
FillRule
FillRule;
989
FillRule =
FillRule
.EvenOdd,
System\Windows\Media\GlyphRun.cs (1)
1588
FillRule =
FillRule
.Nonzero
System\Windows\Media\GlyphTypeface.cs (1)
1258
FillRule
fillRule;
System\Windows\Media\LineGeometry.cs (2)
181
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
240
FillRule =
FillRule
.EvenOdd,
System\Windows\Media\ParsersCommon.cs (7)
55
FillRule
fillRule =
FillRule
.EvenOdd ;
77
FillRule
fillRule =
FillRule
.EvenOdd ;
99
ref
FillRule
fillRule
142
fillRule = pathString[curIndex] == '0' ?
FillRule
.EvenOdd :
FillRule
.Nonzero;
System\Windows\Media\PathGeometry.cs (5)
60
public PathGeometry(IEnumerable<PathFigure> figures,
FillRule
fillRule, Transform transform)
619
FillRule
fillRule =
FillRule
.Nonzero;
916
FillRule
fillRule = FillRule;
925
if (fillRule !=
FillRule
.EvenOdd)
System\Windows\Media\PathStreamGeometryContext.cs (3)
27
s_defaultFillRule = (
FillRule
)PathGeometry.FillRuleProperty.GetDefaultValue(typeof(PathGeometry));
47
internal PathStreamGeometryContext(
FillRule
fillRule,
474
private static
FillRule
s_defaultFillRule;
System\Windows\Media\RectangleGeometry.cs (2)
382
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
401
FillRule =
FillRule
.EvenOdd,
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (11)
78
FillRule
fillRule,
91
FillRule
fillRule1,
95
FillRule
fillRule2,
102
out
FillRule
resultFillRule);
109
FillRule
fillRule,
115
out
FillRule
widenedFillRule);
120
FillRule
fillRule,
126
out
FillRule
outlinedFillRule);
131
FillRule
fillRule,
137
out
FillRule
resultFillRule);
174
out
FillRule
pFillRule
PresentationFramework (10)
System\Windows\Documents\HighlightVisual.cs (2)
243
highlightGeometry.FillRule =
FillRule
.Nonzero;
261
highlightGeometry.FillRule =
FillRule
.Nonzero;
System\Windows\Shapes\Polygon.cs (4)
63
typeof(
FillRule
),
66
FillRule
.EvenOdd,
74
public
FillRule
FillRule
78
return (
FillRule
)GetValue(FillRuleProperty);
System\Windows\Shapes\Polyline.cs (4)
62
typeof(
FillRule
),
65
FillRule
.EvenOdd,
73
public
FillRule
FillRule
77
return (
FillRule
)GetValue(FillRuleProperty);
ReachFramework (4)
Serialization\Manager\ReachSerializationUtils.cs (1)
1000
geometry.FillRule =
FillRule
.Nonzero;
Serialization\VisualSerializer.cs (3)
1229
if (path.FillRule ==
FillRule
.EvenOdd)
1413
private void WriteFillRule(
FillRule
rule)
1417
if (rule ==
FillRule
.Nonzero)