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