5 writes to ContentIsNotLogical
PresentationFramework (5)
System\Windows\Controls\ContentControl.cs (2)
136
ContentIsNotLogical
= true;
153
ContentIsNotLogical
= false;
System\Windows\Controls\Frame.cs (1)
160
ContentIsNotLogical
= true;
System\Windows\Controls\HeaderedContentControl.cs (2)
333
ContentIsNotLogical
= true;
358
ContentIsNotLogical
= false;
4 references to ContentIsNotLogical
PresentationFramework (4)
System\Windows\Controls\ContentControl.cs (2)
70
if (
ContentIsNotLogical
|| content == null)
276
if (
ContentIsNotLogical
)
System\Windows\Controls\HeaderedContentControl.cs (1)
286
return new HeaderedContentModelTreeEnumerator(this,
ContentIsNotLogical
? null : Content, header);
System\Windows\Navigation\NavigationService.cs (1)
4514
if (cc != null && cc.
ContentIsNotLogical
&& cc.Content != null)