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