8 references to IsIdentity
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (1)
412
if (! (_brush is SolidColorBrush) && ! Utility.
IsIdentity
(_brush.RelativeTransform))
AlphaFlattener\Primitive.cs (1)
802
if ((drawingBrush == null) || ! Utility.
IsIdentity
(drawingBrush.Transform))
AlphaFlattener\Utility.cs (2)
265
if (!
IsIdentity
(relative))
284
if (!
IsIdentity
(trans))
Serialization\VisualSerializer.cs (4)
1195
if ((path.Transform != null) && !Utility.
IsIdentity
(path.Transform))
1958
if (!Utility.
IsIdentity
(trans))
2314
if (!Utility.
IsIdentity
(transform))
2353
bool noTrans = Utility.
IsIdentity
(transform);