1 instantiation of ContextLayoutManager
PresentationCore (1)
System\Windows\LayoutManager.cs (1)
69
lm = new
ContextLayoutManager
();
41 references to ContextLayoutManager
PresentationCore (41)
System\Windows\Automation\Peers\AutomationPeer.cs (6)
488
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2036
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2160
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
System\Windows\Input\InputManager.cs (1)
168
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(_layoutUpdatedCallback);
System\Windows\LayoutManager.cs (10)
59
internal static
ContextLayoutManager
From(Dispatcher dispatcher)
61
ContextLayoutManager
lm = dispatcher.Reserved3 as
ContextLayoutManager
;
131
((
ContextLayoutManager
)arg).NeedsRecalc();
579
ContextLayoutManager
ContextLayoutManager = arg as
ContextLayoutManager
;
896
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(e.Dispatcher);
1011
ContextLayoutManager
lm =
ContextLayoutManager
.From(e.Dispatcher);
System\Windows\UIElement.cs (24)
270
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
303
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
354
item =
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(value);
366
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Remove(item);
519
ContextLayoutManager
contextLayoutManager = (requireMeasureUpdate || requireArrangeUpdate)
520
?
ContextLayoutManager
.From(e.Dispatcher)
566
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
610
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
649
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
693
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
779
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
823
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
873
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
923
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
1045
ContextLayoutManager
.From(Dispatcher).AddToSizeChangedChain(info);
1647
ContextLayoutManager
.From(Dispatcher).UpdateLayout();
4662
internal
ContextLayoutManager
.LayoutQueue.Request MeasureRequest;
4663
internal
ContextLayoutManager
.LayoutQueue.Request ArrangeRequest;