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