2 references to ContentIsNotLogical
PresentationFramework (2)
System\Windows\Controls\ContentControl.cs (2)
489
get { return ReadControlFlag(ControlBoolFlags.
ContentIsNotLogical
); }
490
set { WriteControlFlag(ControlBoolFlags.
ContentIsNotLogical
, value); }