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