5 writes to _clip
ReachFramework (5)
AlphaFlattener\MetroDevice.cs (5)
119
_clip
= null;
319
_clip
= Utility.Intersect(_clip, clip, Matrix.Identity, out empty);
343
_clip
= Utility.TransformGeometry(_clip, invertTransform); // transform inherited clip to this level
374
_clip
= null;
386
_clip
= _stack.Pop() as Geometry;
7 references to _clip
ReachFramework (7)
AlphaFlattener\MetroDevice.cs (7)
170
Clip =
_clip
,
256
Clip =
_clip
,
282
g.Clip =
_clip
;
309
_stack.Push(
_clip
);
319
_clip = Utility.Intersect(
_clip
, clip, Matrix.Identity, out empty);
343
_clip = Utility.TransformGeometry(
_clip
, invertTransform); // transform inherited clip to this level
348
c.Clip = Utility.Intersect(clip,
_clip
, Matrix.Identity, out empty); // Combined with inherited attributes