Skip to content

Commit e85186f

Browse files
committed
Fix minor build errs
1 parent c247250 commit e85186f

File tree

6 files changed

+6
-72
lines changed

6 files changed

+6
-72
lines changed

dotnet-desktop-guide/wpf/controls/combobox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This section describes the styles and templates for the <xref:System.Windows.Con
2323

2424
### Content property
2525

26-
The <xref:System.Windows.Controls.ComboBox.Items%2A> property is the content property for the <xref:System.Windows.Controls.ComboBox> control. This property contains the list of items that the ComboBox displays.
26+
The <xref:System.Windows.Controls.ItemsControl.Items%2A> property is the content property for the <xref:System.Windows.Controls.ComboBox> control. This property contains the list of items that the ComboBox displays.
2727

2828
### Parts
2929

dotnet-desktop-guide/wpf/controls/datagrid.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,3 @@ The preceding example uses one or more of the following resources.
247247
- [Data Templating Overview](../data/data-templating-overview.md)
248248
- [Styling and Templating](styles-templates-overview.md)
249249
- [WPF Content Model](wpf-content-model.md)
250-
- [ScrollViewer Styles and Templates](scrollviewer-styles-and-templates.md)

dotnet-desktop-guide/wpf/controls/documentviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This topic describes the styles and templates for the <xref:System.Windows.Contr
2121

2222
### Content property
2323

24-
The <xref:System.Windows.Controls.DocumentViewer> control uses the <xref:System.Windows.Controls.DocumentViewer.Document> property as its content property, which specifies the <xref:System.Windows.Documents.FixedDocument> content to display.
24+
The <xref:System.Windows.Controls.DocumentViewer> control uses the <xref:System.Windows.Controls.DocumentViewerBase.Document> property as its content property, which specifies the <xref:System.Windows.Documents.FixedDocument> content to display.
2525

2626
### Parts
2727

dotnet-desktop-guide/wpf/controls/flowdocument.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The <xref:System.Windows.Controls.FlowDocumentPageViewer> control displays <xref
6363

6464
### Content property
6565

66-
The <xref:System.Windows.Controls.FlowDocumentPageViewer.Document> property is the content property of the <xref:System.Windows.Controls.FlowDocumentPageViewer> control and contains the flow document displayed in the viewer.
66+
The <xref:System.Windows.Controls.DocumentViewerBase.Document> property is the content property of the <xref:System.Windows.Controls.FlowDocumentPageViewer> control and contains the flow document displayed in the viewer.
6767

6868
### Parts
6969

@@ -89,7 +89,7 @@ The <xref:System.Windows.Controls.FlowDocumentReader> control displays <xref:Sys
8989

9090
### Content property
9191

92-
The <xref:System.Windows.Controls.FlowDocumentReader.Document> property is the content property and defines the <xref:System.Windows.Documents.FlowDocument> content that the reader displays.
92+
The <xref:System.Windows.Controls.DocumentViewerBase.Document> property is the content property and defines the <xref:System.Windows.Documents.FlowDocument> content that the reader displays.
9393

9494
### Parts
9595

dotnet-desktop-guide/wpf/controls/snippets/shared/reference/csharp/README.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

dotnet-desktop-guide/wpf/controls/wpf-content-model.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,9 @@ The <xref:System.Windows.Controls.Decorator> class applies visual effects onto o
216216

217217
- <xref:System.Windows.Controls.Viewbox>
218218

219-
The following illustration shows a <xref:System.Windows.Controls.TextBox> that has (is decorated with) a <xref:System.Windows.Controls.Border> around it.
219+
The following illustration shows different <xref:System.Windows.Controls.TextBlock> controls surrounded by a <xref:System.Windows.Controls.Border>.
220220

221-
![TextBox with black border](./media/layout-border-around-textbox.png "Layout_Border_around_TextBox")\
222-
TextBlock that has a Border
221+
:::image type="content" source="./media/shared/border.png" alt-text="Screenshot showing multiple border controls.":::
223222

224223
<a name="classes_that_provides_visual_feedback_about_a_uielement"></a>
225224

0 commit comments

Comments
 (0)