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)
693
get { return
_inheritanceContext
; }
700
if (
_inheritanceContext
== null && context != null)
711
if (
_inheritanceContext
== context)