1 write to _baseContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1212_baseContext = baseContext;
16 references to _baseContext
PresentationFramework (16)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (16)
1217if (_baseContext != null) 1218return _baseContext.GetValueSerializerFor(descriptor); 1225if (_baseContext != null) 1226return _baseContext.GetValueSerializerFor(type); 1235if (_baseContext != null) 1236return _baseContext.Container; 1246if (_baseContext != null) 1247return _baseContext.Instance; 1255if (_baseContext != null) 1256_baseContext.OnComponentChanged(); 1261if (_baseContext != null) 1262return _baseContext.OnComponentChanging(); 1271if (_baseContext != null) 1272return _baseContext.PropertyDescriptor; 1280if (_baseContext != null) 1281return _baseContext.GetService(serviceType);