9 references to _modelTransformStack
PresentationCore (9)
Core\CSharp\System\Windows\Media3D\HitTestParameters3D.cs (9)
84_modelTransformStack.Push(transform.Value); 93if (_modelTransformStack.Count > 0) 95_modelTransformStack.Pop(); 114get { return _visualTransformStack.Count > 0 || _modelTransformStack.Count > 0; } 124if (_modelTransformStack.IsEmpty) 130return _modelTransformStack.Top; 134return _modelTransformStack.Top * _visualTransformStack.Top; 143get { return _modelTransformStack.Count > 0; } 157return _modelTransformStack.Top;