9 references to _modelTransformStack
PresentationCore (9)
System\Windows\Media3D\HitTestParameters3D.cs (9)
73_modelTransformStack.Push(transform.Value); 81if (_modelTransformStack.Count > 0) 83_modelTransformStack.Pop(); 102get { return _visualTransformStack.Count > 0 || _modelTransformStack.Count > 0; } 112if (_modelTransformStack.IsEmpty) 118return _modelTransformStack.Top; 122return _modelTransformStack.Top * _visualTransformStack.Top; 131get { return _modelTransformStack.Count > 0; } 145return _modelTransformStack.Top;