2 instantiations of StackOfFrames
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
234
StackOfFrames stack = new
StackOfFrames
();
912
StackOfFrames frames = new
StackOfFrames
();
8 references to StackOfFrames
PresentationFramework (8)
System\Windows\TemplateContent.cs (8)
234
StackOfFrames
stack = new StackOfFrames();
345
StackOfFrames
stack,
353
StackOfFrames
stack,
401
StackOfFrames
stack,
912
StackOfFrames
frames = new StackOfFrames();
1408
private
StackOfFrames
Stack
1430
internal
StackOfFrames
Frames { get; set; }
1546
internal TemplateContent.
StackOfFrames
Stack { get; set; }