2 instantiations of StackOfFrames
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
233
StackOfFrames stack = new
StackOfFrames
();
906
StackOfFrames frames = new
StackOfFrames
();
8 references to StackOfFrames
PresentationFramework (8)
System\Windows\TemplateContent.cs (8)
233
StackOfFrames
stack = new StackOfFrames();
344
StackOfFrames
stack,
352
StackOfFrames
stack,
397
StackOfFrames
stack,
906
StackOfFrames
frames = new StackOfFrames();
1399
private
StackOfFrames
Stack
1421
internal
StackOfFrames
Frames { get; set; }
1537
internal TemplateContent.
StackOfFrames
Stack { get; set; }