1 instantiation of ContextLayoutManager
PresentationCore (1)
System\Windows\LayoutManager.cs (1)
52
lm = new
ContextLayoutManager
();
41 references to ContextLayoutManager
PresentationCore (41)
System\Windows\Automation\Peers\AutomationPeer.cs (6)
476
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2024
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2144
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
System\Windows\Input\InputManager.cs (1)
159
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(_layoutUpdatedCallback);
System\Windows\LayoutManager.cs (10)
42
internal static
ContextLayoutManager
From(Dispatcher dispatcher)
44
ContextLayoutManager
lm = dispatcher.Reserved3 as
ContextLayoutManager
;
114
((
ContextLayoutManager
)arg).NeedsRecalc();
562
ContextLayoutManager
ContextLayoutManager = arg as
ContextLayoutManager
;
880
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(e.Dispatcher);
995
ContextLayoutManager
lm =
ContextLayoutManager
.From(e.Dispatcher);
System\Windows\UIElement.cs (24)
260
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
293
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
344
item =
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(value);
356
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Remove(item);
509
ContextLayoutManager
contextLayoutManager = (requireMeasureUpdate || requireArrangeUpdate)
510
?
ContextLayoutManager
.From(e.Dispatcher)
556
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
600
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
639
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
683
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
769
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
813
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
863
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
913
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
1035
ContextLayoutManager
.From(Dispatcher).AddToSizeChangedChain(info);
1633
ContextLayoutManager
.From(Dispatcher).UpdateLayout();
4641
internal
ContextLayoutManager
.LayoutQueue.Request MeasureRequest;
4642
internal
ContextLayoutManager
.LayoutQueue.Request ArrangeRequest;