2 references to HasContentPropertyKey
PresentationFramework (2)
System\Windows\Controls\ContentControl.cs (2)
259
ctrl.SetValue(
HasContentPropertyKey
, (e.NewValue != null) ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
325
HasContentPropertyKey
.DependencyProperty;