diff --git a/xml/System.ComponentModel/ICustomTypeDescriptor.xml b/xml/System.ComponentModel/ICustomTypeDescriptor.xml
index 4cd0123b456..4cb0f786580 100644
--- a/xml/System.ComponentModel/ICustomTypeDescriptor.xml
+++ b/xml/System.ComponentModel/ICustomTypeDescriptor.xml
@@ -332,9 +332,16 @@
- Gets a type converter for this object that may be registered.
- To be added.
- To be added.
+ Returns a type converter for this instance of a component that might be registered.
+ A that is the converter for this object, or if there is no for this object.
+
+ .
+
+ ]]>
+
@@ -678,9 +685,18 @@
- Gets the events for this instance of a component that may be registered.
- To be added.
- To be added.
+ Returns the events for this instance of a component that might be registered.
+ An that represents the events for this component instance.
+
+ if no properties are specified. This method should never return `null`.
+
+ ]]>
+
@@ -856,9 +872,18 @@
- Gets the properties for this instance of a component that may be registered.
- To be added.
- To be added.
+ Returns the properties for this instance of a component that might be registered.
+ A that represents the properties for this component instance.
+
+ if no properties are specified. This method should never return `null`.
+
+ ]]>
+