4 types derived from XamlFrame
PresentationFramework (4)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
700private class Frame : XamlFrame
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
9internal class Baml2006ReaderFrame : XamlFrame
src\Framework\System\Windows\Markup\XamlReader.cs (1)
1144internal class WpfXamlFrame : XamlFrame
src\Framework\System\Windows\TemplateContent.cs (1)
26internal class Frame : XamlFrame
6 references to XamlFrame
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
28public override XamlFrame Clone()
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (1)
12class XamlContextStack<T> where T : XamlFrame
src\Shared\MS\Internal\Xaml\Context\XamlFrame.cs (4)
11private XamlFrame _previous; 19protected XamlFrame(XamlFrame source) 24public virtual XamlFrame Clone() 45public XamlFrame Previous