@@ -169,11 +169,11 @@ public int MinimumPopulateDelay
169169
170170 /// <summary>
171171 /// Identifies the
172- /// <see cref="P:GitHub.UI.AutoCompleteBox. MinimumPopulateDelay" />
172+ /// <see cref="MinimumPopulateDelay" />
173173 /// dependency property.
174174 /// </summary>
175175 /// <value>The identifier for the
176- /// <see cref="P:GitHub.UI.AutoCompleteBox. MinimumPopulateDelay" />
176+ /// <see cref="MinimumPopulateDelay" />
177177 /// dependency property.</value>
178178 public static readonly DependencyProperty MinimumPopulateDelayProperty =
179179 DependencyProperty . Register (
@@ -221,10 +221,10 @@ private static void OnMinimumPopulateDelayPropertyChanged(DependencyObject d, De
221221 }
222222
223223 /// <summary>
224- /// Gets or sets the <see cref="T:System.Windows. DataTemplate" /> used
224+ /// Gets or sets the <see cref="DataTemplate" /> used
225225 /// to display each item in the drop-down portion of the control.
226226 /// </summary>
227- /// <value>The <see cref="T:System.Windows. DataTemplate" /> used to
227+ /// <value>The <see cref="DataTemplate" /> used to
228228 /// display each item in the drop-down. The default is null.</value>
229229 /// <remarks>
230230 /// You use the ItemTemplate property to specify the visualization
@@ -242,11 +242,11 @@ public DataTemplate ItemTemplate
242242
243243 /// <summary>
244244 /// Identifies the
245- /// <see cref="P:GitHub.UI. AutoCompleteBox.ItemTemplate" />
245+ /// <see cref="AutoCompleteBox.ItemTemplate" />
246246 /// dependency property.
247247 /// </summary>
248248 /// <value>The identifier for the
249- /// <see cref="P:GitHub.UI. AutoCompleteBox.ItemTemplate" />
249+ /// <see cref="AutoCompleteBox.ItemTemplate" />
250250 /// dependency property.</value>
251251 public static readonly DependencyProperty ItemTemplateProperty =
252252 DependencyProperty . Register (
@@ -277,11 +277,11 @@ public Style ItemContainerStyle
277277
278278 /// <summary>
279279 /// Identifies the
280- /// <see cref="P:GitHub.UI. AutoCompleteBox.ItemContainerStyle" />
280+ /// <see cref="AutoCompleteBox.ItemContainerStyle" />
281281 /// dependency property.
282282 /// </summary>
283283 /// <value>The identifier for the
284- /// <see cref="P:GitHub.UI. AutoCompleteBox.ItemContainerStyle" />
284+ /// <see cref="AutoCompleteBox.ItemContainerStyle" />
285285 /// dependency property.</value>
286286 public static readonly DependencyProperty ItemContainerStyleProperty =
287287 DependencyProperty . Register (
@@ -307,11 +307,11 @@ public Style TextBoxStyle
307307
308308 /// <summary>
309309 /// Identifies the
310- /// <see cref="P:GitHub.UI. AutoCompleteBox.TextBoxStyle" />
310+ /// <see cref="AutoCompleteBox.TextBoxStyle" />
311311 /// dependency property.
312312 /// </summary>
313313 /// <value>The identifier for the
314- /// <see cref="P:GitHub.UI. AutoCompleteBox.TextBoxStyle" />
314+ /// <see cref="AutoCompleteBox.TextBoxStyle" />
315315 /// dependency property.</value>
316316 public static readonly DependencyProperty TextBoxStyleProperty =
317317 DependencyProperty . Register (
@@ -336,11 +336,11 @@ public double MaxDropDownHeight
336336
337337 /// <summary>
338338 /// Identifies the
339- /// <see cref="P:GitHub.UI. AutoCompleteBox.MaxDropDownHeight" />
339+ /// <see cref="AutoCompleteBox.MaxDropDownHeight" />
340340 /// dependency property.
341341 /// </summary>
342342 /// <value>The identifier for the
343- /// <see cref="P:GitHub.UI. AutoCompleteBox.MaxDropDownHeight" />
343+ /// <see cref="AutoCompleteBox.MaxDropDownHeight" />
344344 /// dependency property.</value>
345345 public static readonly DependencyProperty MaxDropDownHeightProperty =
346346 DependencyProperty . Register (
@@ -415,11 +415,11 @@ void HandleShortcutSupport(bool value)
415415
416416 /// <summary>
417417 /// Identifies the
418- /// <see cref="P:GitHub.UI. AutoCompleteBox.IsDropDownOpen" />
418+ /// <see cref="AutoCompleteBox.IsDropDownOpen" />
419419 /// dependency property.
420420 /// </summary>
421421 /// <value>The identifier for the
422- /// <see cref="P:GitHub.UI. AutoCompleteBox.IsDropDownOpen" />
422+ /// <see cref="AutoCompleteBox.IsDropDownOpen" />
423423 /// dependency property.</value>
424424 public static readonly DependencyProperty IsDropDownOpenProperty =
425425 DependencyProperty . Register (
@@ -473,11 +473,11 @@ public IEnumerable ItemsSource
473473
474474 /// <summary>
475475 /// Identifies the
476- /// <see cref="P:GitHub.UI. AutoCompleteBox.ItemsSource" />
476+ /// <see cref="AutoCompleteBox.ItemsSource" />
477477 /// dependency property.
478478 /// </summary>
479479 /// <value>The identifier for the
480- /// <see cref="P:GitHub.UI. AutoCompleteBox.ItemsSource" />
480+ /// <see cref="AutoCompleteBox.ItemsSource" />
481481 /// dependency property.</value>
482482 public static readonly DependencyProperty ItemsSourceProperty =
483483 DependencyProperty . Register (
@@ -516,11 +516,11 @@ public object SelectedItem
516516
517517 /// <summary>
518518 /// Identifies the
519- /// <see cref="P:GitHub.UI. AutoCompleteBox.SelectedItem" />
519+ /// <see cref="AutoCompleteBox.SelectedItem" />
520520 /// dependency property.
521521 /// </summary>
522522 /// <value>The identifier the
523- /// <see cref="P:GitHub.UI. AutoCompleteBox.SelectedItem" />
523+ /// <see cref="AutoCompleteBox.SelectedItem" />
524524 /// dependency property.</value>
525525 public static readonly DependencyProperty SelectedItemProperty =
526526 DependencyProperty . Register (
@@ -575,11 +575,11 @@ public string Text
575575
576576 /// <summary>
577577 /// Identifies the
578- /// <see cref="P:GitHub.UI. AutoCompleteBox.Text" />
578+ /// <see cref="AutoCompleteBox.Text" />
579579 /// dependency property.
580580 /// </summary>
581581 /// <value>The identifier for the
582- /// <see cref="P:GitHub.UI. AutoCompleteBox.Text" />
582+ /// <see cref="AutoCompleteBox.Text" />
583583 /// dependency property.</value>
584584 public static readonly DependencyProperty TextProperty =
585585 DependencyProperty . Register (
@@ -742,11 +742,11 @@ public IAutoCompleteAdvisor Advisor
742742
743743 /// <summary>
744744 /// Identifies the
745- /// <see cref="P:GitHub.UI.AutoCompleteBox. IAutoCompleteAdvisor" />
745+ /// <see cref="IAutoCompleteAdvisor" />
746746 /// dependency property.
747747 /// </summary>
748748 /// <value>The identifier for the
749- /// <see cref="P:GitHub.UI.AutoCompleteBox. IAutoCompleteAdvisor" />
749+ /// <see cref="IAutoCompleteAdvisor" />
750750 /// dependency property.</value>
751751 public static readonly DependencyProperty AdvisorProperty =
752752 DependencyProperty . Register (
@@ -1079,10 +1079,10 @@ void DismissDropDown()
10791079
10801080 /// <summary>
10811081 /// Converts the specified object to a string by using the
1082- /// <see cref="P: System.Windows.Data.Binding.Converter" /> and
1083- /// <see cref="P: System.Windows.Data.Binding.ConverterCulture" /> values
1082+ /// <see cref="System.Windows.Data.Binding.Converter" /> and
1083+ /// <see cref="System.Windows.Data.Binding.ConverterCulture" /> values
10841084 /// of the binding object specified by the
1085- /// <see cref="P:GitHub.UI. AutoCompleteBox.ValueMemberBinding" />
1085+ /// <see cref="AutoCompleteBox.ValueMemberBinding" />
10861086 /// property.
10871087 /// </summary>
10881088 /// <param name="value">The object to format as a string.</param>
@@ -1149,7 +1149,7 @@ private void OnTextPropertyChanged(string newText)
11491149 /// <summary>
11501150 /// Notifies the
11511151 /// <see cref="GitHub.UI.AutoCompleteBox" /> that the
1152- /// <see cref="P:GitHub.UI. AutoCompleteBox.ItemsSource" />
1152+ /// <see cref="AutoCompleteBox.ItemsSource" />
11531153 /// property has been set and the data can be filtered to provide
11541154 /// possible matches in the drop-down.
11551155 /// </summary>
@@ -1601,11 +1601,11 @@ public IAutoCompleteTextInput InputElement
16011601
16021602 /// <summary>
16031603 /// Identifies the
1604- /// <see cref="P:GitHub.UI.AutoCompleteBox. MinimumPopulateDelay" />
1604+ /// <see cref="MinimumPopulateDelay" />
16051605 /// dependency property.
16061606 /// </summary>
16071607 /// <value>The identifier for the
1608- /// <see cref="P:GitHub.UI.AutoCompleteBox. MinimumPopulateDelay" />
1608+ /// <see cref="MinimumPopulateDelay" />
16091609 /// dependency property.</value>
16101610 public static readonly DependencyProperty InputElementProperty =
16111611 DependencyProperty . Register (
0 commit comments