Skip to content

Commit f5ab261

Browse files
committed
Clean up samples
Move feature areas into sub-structs to partition. (Will continue this more.) Fix word-wrapping at 100 columns.
1 parent e1cf3b7 commit f5ab261

File tree

3 files changed

+231
-271
lines changed

3 files changed

+231
-271
lines changed

Samples/Islands/DrawingIsland/DrawingIslandComponents/Components.idl

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)