9 references to _modelTransformStack
PresentationCore (9)
System\Windows\Media3D\HitTestParameters3D.cs (9)
81_modelTransformStack.Push(transform.Value); 89if (_modelTransformStack.Count > 0) 91_modelTransformStack.Pop(); 110get { return _visualTransformStack.Count > 0 || _modelTransformStack.Count > 0; } 120if (_modelTransformStack.IsEmpty) 126return _modelTransformStack.Top; 130return _modelTransformStack.Top * _visualTransformStack.Top; 139get { return _modelTransformStack.Count > 0; } 153return _modelTransformStack.Top;