100 references to FillRule
PresentationCore (86)
MS\Internal\Ink\StrokeRenderer.cs (2)
42
FillRule =
FillRule
.Nonzero
224
FillRule =
FillRule
.Nonzero
MS\Internal\KnownBoxes.cs (4)
12
internal static object EvenOddBox =
FillRule
.EvenOdd;
13
internal static object NonzeroBox =
FillRule
.Nonzero;
15
internal static object Box(
FillRule
value)
17
if (value ==
FillRule
.Nonzero)
MS\Internal\Media\ParserStreamGeometryContext.cs (7)
79
internal void SetFillRule(
FillRule
fillRule)
378
FillRule
fillRule;
600
private static
FillRule
BoolToFillRule(bool value)
603
return
FillRule
.EvenOdd;
605
return
FillRule
.Nonzero;
608
private static bool FillRuleToBool(
FillRule
fill)
610
if (fill ==
FillRule
.EvenOdd)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (2)
859
[FieldOffset(12)] internal
FillRule
FillRule;
878
[FieldOffset(12)] internal
FillRule
FillRule;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\FillRuleValidation.cs (4)
35
FillRule
value = (
FillRule
) valueObject;
37
return (value ==
FillRule
.EvenOdd) ||
38
(value ==
FillRule
.Nonzero);
System\Windows\Media\Composition.cs (5)
202
FillRule
fillRule,
243
FillRule
fillRule,
254
FillRule
fillRule1,
258
FillRule
fillRule2,
267
FillRule
fillRule,
System\Windows\Media\EllipseGeometry.cs (2)
286
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
305
FillRule =
FillRule
.EvenOdd,
System\Windows\Media\FormattedText.cs (2)
1927
FillRule =
FillRule
.Nonzero
1969
FillRule =
FillRule
.Nonzero
System\Windows\Media\Generated\GeometryGroup.cs (6)
159
public
FillRule
FillRule
163
return (
FillRule
) GetValue(FillRuleProperty);
450
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
480
typeof(
FillRule
),
482
FillRule
.EvenOdd,
System\Windows\Media\Generated\PathGeometry.cs (6)
84
public
FillRule
FillRule
88
return (
FillRule
) GetValue(FillRuleProperty);
251
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
281
typeof(
FillRule
),
283
FillRule
.EvenOdd,
System\Windows\Media\Generated\StreamGeometry.cs (6)
70
public
FillRule
FillRule
74
return (
FillRule
) GetValue(FillRuleProperty);
164
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
191
typeof(
FillRule
),
193
FillRule
.EvenOdd,
System\Windows\Media\Geometry.cs (8)
606
FillRule
fillRule =
FillRule
.Nonzero;
689
FillRule
fillRule =
FillRule
.Nonzero;
832
FillRule
fillRule =
FillRule
.Nonzero;
948
internal
FillRule
FillRule;
990
FillRule =
FillRule
.EvenOdd,
System\Windows\Media\GlyphRun.cs (1)
1589
FillRule =
FillRule
.Nonzero
System\Windows\Media\GlyphTypeface.cs (1)
1259
FillRule
fillRule;
System\Windows\Media\LineGeometry.cs (2)
182
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
241
FillRule =
FillRule
.EvenOdd,
System\Windows\Media\ParsersCommon.cs (7)
56
FillRule
fillRule =
FillRule
.EvenOdd ;
78
FillRule
fillRule =
FillRule
.EvenOdd ;
100
ref
FillRule
fillRule
143
fillRule = pathString[curIndex] == '0' ?
FillRule
.EvenOdd :
FillRule
.Nonzero;
System\Windows\Media\PathGeometry.cs (5)
61
public PathGeometry(IEnumerable<PathFigure> figures,
FillRule
fillRule, Transform transform)
620
FillRule
fillRule =
FillRule
.Nonzero;
917
FillRule
fillRule = FillRule;
926
if (fillRule !=
FillRule
.EvenOdd)
System\Windows\Media\PathStreamGeometryContext.cs (3)
28
s_defaultFillRule = (
FillRule
)PathGeometry.FillRuleProperty.GetDefaultValue(typeof(PathGeometry));
48
internal PathStreamGeometryContext(
FillRule
fillRule,
475
private static
FillRule
s_defaultFillRule;
System\Windows\Media\RectangleGeometry.cs (2)
383
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
402
FillRule =
FillRule
.EvenOdd,
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (11)
79
FillRule
fillRule,
92
FillRule
fillRule1,
96
FillRule
fillRule2,
103
out
FillRule
resultFillRule);
110
FillRule
fillRule,
116
out
FillRule
widenedFillRule);
121
FillRule
fillRule,
127
out
FillRule
outlinedFillRule);
132
FillRule
fillRule,
138
out
FillRule
resultFillRule);
175
out
FillRule
pFillRule
PresentationFramework (10)
System\Windows\Documents\HighlightVisual.cs (2)
244
highlightGeometry.FillRule =
FillRule
.Nonzero;
262
highlightGeometry.FillRule =
FillRule
.Nonzero;
System\Windows\Shapes\Polygon.cs (4)
64
typeof(
FillRule
),
67
FillRule
.EvenOdd,
75
public
FillRule
FillRule
79
return (
FillRule
)GetValue(FillRuleProperty);
System\Windows\Shapes\Polyline.cs (4)
63
typeof(
FillRule
),
66
FillRule
.EvenOdd,
74
public
FillRule
FillRule
78
return (
FillRule
)GetValue(FillRuleProperty);
ReachFramework (4)
Serialization\Manager\ReachSerializationUtils.cs (1)
1002
geometry.FillRule =
FillRule
.Nonzero;
Serialization\VisualSerializer.cs (3)
1230
if (path.FillRule ==
FillRule
.EvenOdd)
1414
private void WriteFillRule(
FillRule
rule)
1418
if (rule ==
FillRule
.Nonzero)