1 write to _xamlContext
System.Xaml (1)
System\Xaml\Context\ServiceProviderContext.cs (1)
30_xamlContext = context;
42 references to _xamlContext
System.Xaml (42)
System\Xaml\Context\ServiceProviderContext.cs (42)
70return new XamlObjectWriterFactory(_xamlContext); 115return _xamlContext.ServiceProvider_Resolve(qName); 122get { return _xamlContext.BaseUri; } 143return _xamlContext.ServiceProvider_GetFirstAmbientValue(ceilingTypes, properties); 159return _xamlContext.ServiceProvider_GetFirstAmbientValue(types); 177return _xamlContext.ServiceProvider_GetAllAmbientValues(ceilingTypes, properties); 193return _xamlContext.ServiceProvider_GetAllAmbientValues(types); 213return _xamlContext.ServiceProvider_GetAllAmbientValues(ceilingTypes, searchLiveStackOnly, types, properties); 221get { return _xamlContext.SchemaContext; } 228get { return _xamlContext.ParentInstance; } 233get { return ContextServices.GetTargetProperty(_xamlContext); } 242return _xamlContext.RootInstance; 250string xns = _xamlContext.FindNamespaceByPrefix(prefix); 256return _xamlContext.GetNamespacePrefixes(); 264get { return !_xamlContext.NameResolutionComplete; } 269return _xamlContext.ResolveName(name, out _); 274return _xamlContext.ResolveName(name, out isFullyInitialized); 284if (_xamlContext.NameResolutionComplete) 301if (_xamlContext.CurrentType is null) 304if (_xamlContext.ParentProperty == XamlLanguage.Initialization) 317token.Target.Instance = _xamlContext.GrandParentInstance; 318token.Target.InstanceWasGotten = _xamlContext.GrandParentIsObjectFromMember; 319token.Target.InstanceType = _xamlContext.GrandParentType; 320token.Target.Property = _xamlContext.GrandParentProperty; 332token.Target.Instance = _xamlContext.ParentInstance; 333token.Target.InstanceWasGotten = _xamlContext.ParentIsObjectFromMember; 334token.Target.InstanceType = _xamlContext.ParentType; 335token.Target.Property = _xamlContext.ParentProperty; 342token.Target.Instance = _xamlContext.ParentInstance; 343token.Target.InstanceWasGotten = _xamlContext.ParentIsObjectFromMember; 344token.Target.InstanceType = _xamlContext.ParentType; 345token.Target.Property = _xamlContext.ParentProperty; 354token.NameScopeDictionaryList.AddRange(_xamlContext.StackWalkOfNameScopes); 358token.SavedContext = _xamlContext.GetSavedContext((token.FixupType == FixupType.MarkupExtensionRerun) 368return _xamlContext.GetAllNamesAndValuesInScope(); 375_xamlContext.AddNameScopeInitializationCompleteSubscriber(value); 379_xamlContext.RemoveNameScopeInitializationCompleteSubscriber(value); 389return _xamlContext.GetDestinationType().UnderlyingType; 398get { return _xamlContext.LineNumber != 0 || _xamlContext.LinePosition != 0; } 403get { return _xamlContext.LineNumber; } 408get { return _xamlContext.LinePosition; }