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