8 references to IsIdentity
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (1)
411
if (! (_brush is SolidColorBrush) && ! Utility.
IsIdentity
(_brush.RelativeTransform))
AlphaFlattener\Primitive.cs (1)
801
if ((drawingBrush == null) || ! Utility.
IsIdentity
(drawingBrush.Transform))
AlphaFlattener\Utility.cs (2)
264
if (!
IsIdentity
(relative))
283
if (!
IsIdentity
(trans))
Serialization\VisualSerializer.cs (4)
1194
if ((path.Transform != null) && !Utility.
IsIdentity
(path.Transform))
1957
if (!Utility.
IsIdentity
(trans))
2313
if (!Utility.
IsIdentity
(transform))
2352
bool noTrans = Utility.
IsIdentity
(transform);