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
9
9
DrawingIsland(
10
10
Microsoft.UI.Composition.Compositor compositor);
11
11
12
- Boolean UseSystemBackdrop { get; set; };
13
-
12
+ // TODO: Enable Mica on Win 11
14
13
#if FALSE
15
- Boolean InputActivatePopup { get; set; };
16
-
17
- Boolean LightDismissPopup { get; set; };
14
+ Boolean UseSystemBackdrop { get; set; };
18
15
#endif
19
16
20
- Boolean IgnoreLeftButtonPressed{ get; set; };
21
-
22
17
Microsoft.UI.Content.ContentIsland Island { get; };
23
18
24
19
void LeftClickAndRelease(
@@ -27,14 +22,6 @@ namespace DrawingIslandComponents
27
22
void RightClickAndRelease(
28
23
Windows.Foundation.Numerics.Vector2 currentPoint);
29
24
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
-
38
25
void SetBackroundOpacity(Single backgroundOpacity);
39
26
40
27
void SetColorIndex(UInt32 colorIndex);
You can’t perform that action at this time.
0 commit comments