3 writes to _recycledFrame
System.Xaml (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (3)
105_recycledFrame = (T)_recycledFrame.Previous; 121_recycledFrame = frameToRecycle; 135_recycledFrame = null;
4 references to _recycledFrame
System.Xaml (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (4)
97if (_recycledFrame is null) 104_currentFrame = _recycledFrame; 105_recycledFrame = (T)_recycledFrame.Previous; 120frameToRecycle.Previous = _recycledFrame;