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