File tree Expand file tree Collapse file tree 3 files changed +231
-271
lines changed
Samples/Islands/DrawingIsland/DrawingIslandComponents Expand file tree Collapse file tree 3 files changed +231
-271
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,11 @@ namespace DrawingIslandComponents
99 DrawingIsland(
1010 Microsoft.UI.Composition.Compositor compositor);
1111
12- Boolean UseSystemBackdrop { get; set; };
13-
12+ // TODO: Enable Mica on Win 11
1413#if FALSE
15- Boolean InputActivatePopup { get; set; };
16-
17- Boolean LightDismissPopup { get; set; };
14+ Boolean UseSystemBackdrop { get; set; };
1815#endif
1916
20- Boolean IgnoreLeftButtonPressed{ get; set; };
21-
2217 Microsoft.UI.Content.ContentIsland Island { get; };
2318
2419 void LeftClickAndRelease(
@@ -27,14 +22,6 @@ namespace DrawingIslandComponents
2722 void RightClickAndRelease(
2823 Windows.Foundation.Numerics.Vector2 currentPoint);
2924
30- #if FALSE
31- // https://task.ms/32440118: Add ContentIsland.SiteBridge to avoid this workaround
32- void SetHostBridge(
33- Microsoft.UI.Content.IContentSiteBridge bridge);
34-
35- void InitializeForCrossProc();
36- #endif
37-
3825 void SetBackroundOpacity(Single backgroundOpacity);
3926
4027 void SetColorIndex(UInt32 colorIndex);
You can’t perform that action at this time.
0 commit comments