5 writes to _clip
ReachFramework (5)
AlphaFlattener\MetroDevice.cs (5)
120
_clip
= null;
320
_clip
= Utility.Intersect(_clip, clip, Matrix.Identity, out empty);
344
_clip
= Utility.TransformGeometry(_clip, invertTransform); // transform inherited clip to this level
375
_clip
= null;
387
_clip
= _stack.Pop() as Geometry;
7 references to _clip
ReachFramework (7)
AlphaFlattener\MetroDevice.cs (7)
171
Clip =
_clip
,
257
Clip =
_clip
,
283
g.Clip =
_clip
;
310
_stack.Push(
_clip
);
320
_clip = Utility.Intersect(
_clip
, clip, Matrix.Identity, out empty);
344
_clip = Utility.TransformGeometry(
_clip
, invertTransform); // transform inherited clip to this level
349
c.Clip = Utility.Intersect(clip,
_clip
, Matrix.Identity, out empty); // Combined with inherited attributes