6 references to Write
Microsoft.Maui.Controls.Foldable (4)
TwoPaneView.cs (1)
258
System.Diagnostics.Debug.
Write
("TwoPaneView.DualScreenService_OnFeatureChanged - " + e, "JWM");
TwoPaneViewLayoutGuide.cs (3)
149
System.Diagnostics.Debug.
Write
($"TwoPaneViewLayoutGuide.GetContainerArea {width},{height}", "JWM");
198
System.Diagnostics.Debug.
Write
($"TwoPaneViewLayoutGuide.UpdateLayouts containerArea {containerArea}", "JWM");
345
System.Diagnostics.Debug.
Write
($"TwoPaneViewLayoutGuide.IsInMultipleRegions:{isInMultipleRegions} layoutBounds:{layoutBounds} == ", "JWM");
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
188
Write
(value?.ToString(), category);
217
Write
(message, category);