96 references to FillRule
PresentationCore (86)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (2)
51
streamGeometry.FillRule =
FillRule
.Nonzero;
234
streamGeometry.FillRule =
FillRule
.Nonzero;
Core\CSharp\MS\Internal\KnownBoxes.cs (4)
13
internal static object EvenOddBox =
FillRule
.EvenOdd;
14
internal static object NonzeroBox =
FillRule
.Nonzero;
16
internal static object Box(
FillRule
value)
18
if (value ==
FillRule
.Nonzero)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (7)
86
internal void SetFillRule(
FillRule
fillRule)
385
FillRule
fillRule;
608
private static
FillRule
BoolToFillRule(bool value)
611
return
FillRule
.EvenOdd;
613
return
FillRule
.Nonzero;
616
private static bool FillRuleToBool(
FillRule
fill)
618
if (fill ==
FillRule
.EvenOdd)
Core\CSharp\System\Windows\Media\Composition.cs (5)
230
FillRule
fillRule,
286
FillRule
fillRule,
302
FillRule
fillRule1,
306
FillRule
fillRule2,
320
FillRule
fillRule,
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (2)
320
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
338
data.FillRule =
FillRule
.EvenOdd;
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
1979
accumulatedGeometry.FillRule =
FillRule
.Nonzero;
2019
accumulatedGeometry.FillRule =
FillRule
.Nonzero;
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (6)
195
public
FillRule
FillRule
199
return (
FillRule
) GetValue(FillRuleProperty);
503
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
533
typeof(
FillRule
),
535
FillRule
.EvenOdd,
Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs (6)
117
public
FillRule
FillRule
121
return (
FillRule
) GetValue(FillRuleProperty);
295
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
325
typeof(
FillRule
),
327
FillRule
.EvenOdd,
Core\CSharp\System\Windows\Media\Generated\StreamGeometry.cs (6)
104
public
FillRule
FillRule
108
return (
FillRule
) GetValue(FillRuleProperty);
198
internal const
FillRule
c_FillRule =
FillRule
.EvenOdd;
225
typeof(
FillRule
),
227
FillRule
.EvenOdd,
Core\CSharp\System\Windows\Media\Geometry.cs (8)
651
FillRule
fillRule =
FillRule
.Nonzero;
748
FillRule
fillRule =
FillRule
.Nonzero;
899
FillRule
fillRule =
FillRule
.Nonzero;
1020
internal
FillRule
FillRule;
1071
data.FillRule =
FillRule
.EvenOdd;
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1629
accumulatedGeometry.FillRule =
FillRule
.Nonzero;
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1612
FillRule
fillRule;
Core\CSharp\System\Windows\Media\LineGeometry.cs (2)
216
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
274
data.FillRule =
FillRule
.EvenOdd;
Core\CSharp\System\Windows\Media\ParsersCommon.cs (7)
73
FillRule
fillRule =
FillRule
.EvenOdd ;
95
FillRule
fillRule =
FillRule
.EvenOdd ;
117
ref
FillRule
fillRule
160
fillRule = pathString[curIndex] == '0' ?
FillRule
.EvenOdd :
FillRule
.Nonzero;
Core\CSharp\System\Windows\Media\PathGeometry.cs (5)
92
public PathGeometry(IEnumerable<PathFigure> figures,
FillRule
fillRule, Transform transform)
686
FillRule
fillRule =
FillRule
.Nonzero;
1000
FillRule
fillRule = FillRule;
1009
if (fillRule !=
FillRule
.EvenOdd)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (3)
48
s_defaultFillRule = (
FillRule
)PathGeometry.FillRuleProperty.GetDefaultValue(typeof(PathGeometry));
68
internal PathStreamGeometryContext(
FillRule
fillRule,
482
private static
FillRule
s_defaultFillRule;
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (2)
413
PathStreamGeometryContext ctx = new PathStreamGeometryContext(
FillRule
.EvenOdd, Transform);
431
data.FillRule =
FillRule
.EvenOdd;
Core\CSharp\System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (11)
131
FillRule
fillRule,
148
FillRule
fillRule1,
152
FillRule
fillRule2,
159
out
FillRule
resultFillRule);
170
FillRule
fillRule,
176
out
FillRule
widenedFillRule);
185
FillRule
fillRule,
191
out
FillRule
outlinedFillRule);
200
FillRule
fillRule,
206
out
FillRule
resultFillRule);
268
out
FillRule
pFillRule
Graphics\include\Generated\wgx_commands.cs (2)
863
[FieldOffset(12)] internal
FillRule
FillRule;
882
[FieldOffset(12)] internal
FillRule
FillRule;
Shared\MS\Internal\Generated\FillRuleValidation.cs (4)
40
FillRule
value = (
FillRule
) valueObject;
42
return (value ==
FillRule
.EvenOdd) ||
43
(value ==
FillRule
.Nonzero);
PresentationFramework (10)
src\Framework\System\Windows\Documents\HighlightVisual.cs (2)
255
highlightGeometry.FillRule =
FillRule
.Nonzero;
273
highlightGeometry.FillRule =
FillRule
.Nonzero;
src\Framework\System\Windows\Shapes\Polygon.cs (4)
74
typeof(
FillRule
),
77
FillRule
.EvenOdd,
85
public
FillRule
FillRule
89
return (
FillRule
)GetValue(FillRuleProperty);
src\Framework\System\Windows\Shapes\Polyline.cs (4)
73
typeof(
FillRule
),
76
FillRule
.EvenOdd,
84
public
FillRule
FillRule
88
return (
FillRule
)GetValue(FillRuleProperty);