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