2 writes to _creationDelegate
PresentationFramework (2)
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (2)
21
_creationDelegate
= creationDelegate;
30
_creationDelegate
= source._creationDelegate;
2 references to _creationDelegate
PresentationFramework (2)
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (2)
30
_creationDelegate = source.
_creationDelegate
;
61
_currentFrame =
_creationDelegate
();