2 references to ContentTemplateProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\TabControl.cs (2)
241
return (DataTemplate)GetValue(
ContentTemplateProperty
);
245
SetValue(
ContentTemplateProperty
, value);