2 writes to Instance
PresentationFramework (2)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
114stack.CurrentFrame.Instance = args.Instance;
src\Framework\System\Windows\Markup\XamlReader.cs (1)
1158Instance = null;
2 references to Instance
PresentationFramework (2)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (2)
379stack.CurrentFrame.Instance != null && 383styleConnector.Connect((int)xamlReader.Value, stack.CurrentFrame.Instance);