5 writes to ContentIsNotLogical
PresentationFramework (5)
src\Framework\System\Windows\Controls\ContentControl.cs (2)
132ContentIsNotLogical = true; 149ContentIsNotLogical = false;
src\Framework\System\Windows\Controls\Frame.cs (1)
167ContentIsNotLogical = true;
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (2)
334ContentIsNotLogical = true; 359ContentIsNotLogical = false;
4 references to ContentIsNotLogical
PresentationFramework (4)
src\Framework\System\Windows\Controls\ContentControl.cs (2)
66if (ContentIsNotLogical || content == null) 272if (ContentIsNotLogical)
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (1)
287return new HeaderedContentModelTreeEnumerator(this, ContentIsNotLogical ? null : Content, header);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
4788if (cc != null && cc.ContentIsNotLogical && cc.Content != null)