9 references to _modelTransformStack
PresentationCore (9)
System\Windows\Media3D\HitTestParameters3D.cs (9)
74_modelTransformStack.Push(transform.Value); 82if (_modelTransformStack.Count > 0) 84_modelTransformStack.Pop(); 103get { return _visualTransformStack.Count > 0 || _modelTransformStack.Count > 0; } 113if (_modelTransformStack.IsEmpty) 119return _modelTransformStack.Top; 123return _modelTransformStack.Top * _visualTransformStack.Top; 132get { return _modelTransformStack.Count > 0; } 146return _modelTransformStack.Top;