5 writes to ContentIsNotLogical
PresentationFramework (5)
System\Windows\Controls\ContentControl.cs (2)
126ContentIsNotLogical = true; 143ContentIsNotLogical = false;
System\Windows\Controls\Frame.cs (1)
147ContentIsNotLogical = true;
System\Windows\Controls\HeaderedContentControl.cs (2)
327ContentIsNotLogical = true; 352ContentIsNotLogical = false;
4 references to ContentIsNotLogical
PresentationFramework (4)
System\Windows\Controls\ContentControl.cs (2)
60if (ContentIsNotLogical || content == null) 266if (ContentIsNotLogical)
System\Windows\Controls\HeaderedContentControl.cs (1)
280return new HeaderedContentModelTreeEnumerator(this, ContentIsNotLogical ? null : Content, header);
System\Windows\Navigation\NavigationService.cs (1)
4443if (cc != null && cc.ContentIsNotLogical && cc.Content != null)