2 writes to _inheritanceContext
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewColumn.cs (2)
703_inheritanceContext = context; 714_inheritanceContext = null;
3 references to _inheritanceContext
PresentationFramework (3)
src\Framework\System\Windows\Controls\GridViewColumn.cs (3)
693get { return _inheritanceContext; } 700if (_inheritanceContext == null && context != null) 711if (_inheritanceContext == context)