3 writes to IsInternalGenerated
PresentationFramework (3)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
971headerContainer.IsInternalGenerated = true; 1120paddingHeader.IsInternalGenerated = true; 1197header.IsInternalGenerated = true;
5 references to IsInternalGenerated
PresentationFramework (5)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (3)
294if (IsInternalGenerated) 430if (!IsInternalGenerated) 552if (!header.IsInternalGenerated)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
655if (!header.IsInternalGenerated /* the old header is its own container */ 1394if (header != null && header.IsInternalGenerated)