5 references to _stateStack
Microsoft.Maui.Graphics (5)
AbstractCanvas.cs (5)
208 while (_stateStack.Count > 0) 216 _currentState = _stateStack.Pop(); 244 if (_stateStack.Count > 0) 246 _currentState = _stateStack.Pop(); 263 _stateStack.Push(previousState);