2 instantiations of StackOfFrames
PresentationFramework (2)
src\Framework\System\Windows\TemplateContent.cs (2)
248
StackOfFrames stack = new
StackOfFrames
();
978
StackOfFrames frames = new
StackOfFrames
();
8 references to StackOfFrames
PresentationFramework (8)
src\Framework\System\Windows\TemplateContent.cs (8)
248
StackOfFrames
stack = new StackOfFrames();
390
StackOfFrames
stack,
419
StackOfFrames
stack,
467
StackOfFrames
stack,
978
StackOfFrames
frames = new StackOfFrames();
1464
private
StackOfFrames
Stack
1491
internal
StackOfFrames
Frames { get; set; }
1607
internal TemplateContent.
StackOfFrames
Stack { get; set; }