2 references to ElementContentName
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (2)
20
[TemplatePart(Name = DatePickerTextBox.
ElementContentName
, Type = typeof(ContentControl))]
88
elementContent = ExtractTemplatePart<ContentControl>(
ElementContentName
);