4 writes to Previous
PresentationFramework (4)
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (4)
49
lastFrameInNewStack.
Previous
= newFrame;
62
_currentFrame.
Previous
= lastFrame;
104
_currentFrame.
Previous
= lastFrame;
117
frameToRecycle.
Previous
= _recycledFrame;
12 references to Previous
PresentationFramework (12)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2074
currentFrame = (Baml2006ReaderFrame)currentFrame.
Previous
;
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
195
iteratorFrame = (WpfXamlFrame)iteratorFrame.
Previous
;
src\Framework\System\Windows\TemplateContent.cs (1)
182
iteratorFrame = (Frame)iteratorFrame.
Previous
;
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (9)
52
iteratorFrame = (T)iteratorFrame.
Previous
;
72
get { return (T)_currentFrame.
Previous
; }
77
get { return (T)_currentFrame.
Previous
.
Previous
; }
86
iteratorFrame = (T)iteratorFrame.
Previous
;
103
_recycledFrame = (T)_recycledFrame.
Previous
;
116
_currentFrame = (T)_currentFrame.
Previous
;
151
if (iteratorFrame.
Previous
!= null)
152
ShowFrame(sb, (T)iteratorFrame.
Previous
);