diff --git a/README.md b/README.md
index a955e6449..aec3b7463 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ The ArcGIS Maps SDK for .NET Toolkit contains controls and components to acceler
|[FloorFilter](docs/floor-filter.md) | ![image](https://user-images.githubusercontent.com/29742178/158746908-71a39e28-596f-44b6-9230-e2a04bdaeb9e.png) | Browse floor-aware maps and scenes and filter the view to show levels in a facility. | WinUI, MAUI, UWP, WPF |
|[GeoViewController](docs/geoviewcontroller.md) | | A helper class to enable easy adoption of MVVM patterns in an ArcGIS Maps SDK for .NET application. | WinUI, MAUI, UWP, WPF |
| [Legend](docs/legend.md) | | Display a legend for a map or scene view. | WinUI, MAUI, UWP, WPF |
-| [MeasureToolbar](docs/measure-toolbar.md) | ![MeasureToolbar](https://user-images.githubusercontent.com/1378165/73389958-0f6dde00-428a-11ea-8c78-7192d49ea605.png) | Measure distances, areas, and features in a map view. | UWP, WPF |
+| [MeasureToolbar](docs/measure-toolbar.md) | ![MeasureToolbar](https://user-images.githubusercontent.com/1378165/73389958-0f6dde00-428a-11ea-8c78-7192d49ea605.png) | Measure distances, areas, and features in a map view. | WinUI, UWP, WPF |
|[OverviewMap](docs/overview-map.md) | | Display an interactive inset map for a map or scene. | WinUI, MAUI, UWP, WPF |
|[PopupViewer](docs/popup-viewer.md) | | Displays information from simple popups. | WinUI, MAUI, UWP, WPF |
| [ScaleLine](docs/scale-line.md) | ![ScaleLine](https://user-images.githubusercontent.com/1378165/73390077-3debb900-428a-11ea-8b2f-dfd4914a637e.png) | Display the current scale reference for a map. | WinUI, MAUI, UWP, WPF |
diff --git a/docs/legend.md b/docs/legend.md
index e11c80a3e..ddd565d9b 100644
--- a/docs/legend.md
+++ b/docs/legend.md
@@ -13,6 +13,28 @@ Display a legend for a map or scene view.
## Usage
+### .NET MAUI:
+
+```xml
+
+
+
+
+```
+
+### UWP/WinUI:
+
```xml
-
-```
\ No newline at end of file
+
+
+
+
+
+
+
+
+```
+
+### WPF:
+
+The usage in WPF is identical to UWP/WinUI minus one important distinction. The `Legend` should be accessed with the same prefix as the `GeoView`.
diff --git a/docs/measure-toolbar.md b/docs/measure-toolbar.md
index 94c23a47c..1c212d6e2 100644
--- a/docs/measure-toolbar.md
+++ b/docs/measure-toolbar.md
@@ -13,6 +13,19 @@ Measure distances, areas, and features in a `MapView`.
## Usage
+### UWP/WinUI:
+
```xml
-
-```
\ No newline at end of file
+
+
+
+
+
+
+
+
+```
+
+### WPF:
+
+The usage in WPF is identical to UWP/WinUI minus one important distinction. The `MeasureToolbar` should be accessed with the same prefix as the `GeoView`.
diff --git a/docs/overview-map.md b/docs/overview-map.md
index 9fbd1fed9..815bdbc93 100644
--- a/docs/overview-map.md
+++ b/docs/overview-map.md
@@ -28,60 +28,24 @@ OverviewMap has the following bindable properties:
## Usage
-UWP:
+### .NET MAUI:
```xml
-
-
-
-
-
-
+
+
+
+
```
-WPF:
+### WinUI/UWP:
```xml
-
-
-
-
-
-
+
+
+
+
```
-MAUI:
+### WPF:
-```xml
-
-
-
-
-
-
-
-
-
-
-
-```
\ No newline at end of file
+The usage in WPF is identical to UWP/WinUI minus one important distinction. The `OverviewMap` should be accessed with the same prefix as the `GeoView`.