1 write to _xamlContext
System.Xaml (1)
System\Xaml\Context\ServiceProviderContext.cs (1)
33_xamlContext = context;
42 references to _xamlContext
System.Xaml (42)
System\Xaml\Context\ServiceProviderContext.cs (42)
73return new XamlObjectWriterFactory(_xamlContext); 118return _xamlContext.ServiceProvider_Resolve(qName); 125get { return _xamlContext.BaseUri; } 146return _xamlContext.ServiceProvider_GetFirstAmbientValue(ceilingTypes, properties); 161return _xamlContext.ServiceProvider_GetFirstAmbientValue(types); 180return _xamlContext.ServiceProvider_GetAllAmbientValues(ceilingTypes, properties); 196return _xamlContext.ServiceProvider_GetAllAmbientValues(types); 216return _xamlContext.ServiceProvider_GetAllAmbientValues(ceilingTypes, searchLiveStackOnly, types, properties); 224get { return _xamlContext.SchemaContext; } 231get { return _xamlContext.ParentInstance; } 236get { return ContextServices.GetTargetProperty(_xamlContext); } 245return _xamlContext.RootInstance; 253string xns = _xamlContext.FindNamespaceByPrefix(prefix); 259return _xamlContext.GetNamespacePrefixes(); 267get { return !_xamlContext.NameResolutionComplete; } 272return _xamlContext.ResolveName(name, out _); 277return _xamlContext.ResolveName(name, out isFullyInitialized); 287if (_xamlContext.NameResolutionComplete) 300if (_xamlContext.CurrentType == null) 303if (_xamlContext.ParentProperty == XamlLanguage.Initialization) 316token.Target.Instance = _xamlContext.GrandParentInstance; 317token.Target.InstanceWasGotten = _xamlContext.GrandParentIsObjectFromMember; 318token.Target.InstanceType = _xamlContext.GrandParentType; 319token.Target.Property = _xamlContext.GrandParentProperty; 331token.Target.Instance = _xamlContext.ParentInstance; 332token.Target.InstanceWasGotten = _xamlContext.ParentIsObjectFromMember; 333token.Target.InstanceType = _xamlContext.ParentType; 334token.Target.Property = _xamlContext.ParentProperty; 341token.Target.Instance = _xamlContext.ParentInstance; 342token.Target.InstanceWasGotten = _xamlContext.ParentIsObjectFromMember; 343token.Target.InstanceType = _xamlContext.ParentType; 344token.Target.Property = _xamlContext.ParentProperty; 353token.NameScopeDictionaryList.AddRange(_xamlContext.StackWalkOfNameScopes); 357token.SavedContext = _xamlContext.GetSavedContext((token.FixupType == FixupType.MarkupExtensionRerun) 368return _xamlContext.GetAllNamesAndValuesInScope(); 375_xamlContext.AddNameScopeInitializationCompleteSubscriber(value); 380_xamlContext.RemoveNameScopeInitializationCompleteSubscriber(value); 390return _xamlContext.GetDestinationType().UnderlyingType; 399get { return _xamlContext.LineNumber != 0 || _xamlContext.LinePosition != 0; } 404get { return _xamlContext.LineNumber; } 409get { return _xamlContext.LinePosition; }