1 write to _profileUri
PresentationCore (1)
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
600_profileUri = new SecurityCriticalData<Uri>(profileUri);
2 references to _profileUri
PresentationCore (2)
Core\CSharp\System\Windows\Media\ColorContext.cs (2)
177Debug.Assert(_profileUri.Value == null); 294Uri uri = _profileUri.Value;