1 instantiation of ContextLayoutManager
PresentationCore (1)
System\Windows\LayoutManager.cs (1)
53
lm = new
ContextLayoutManager
();
41 references to ContextLayoutManager
PresentationCore (41)
System\Windows\Automation\Peers\AutomationPeer.cs (6)
477
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2025
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2145
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
System\Windows\Input\InputManager.cs (1)
160
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(_layoutUpdatedCallback);
System\Windows\LayoutManager.cs (10)
43
internal static
ContextLayoutManager
From(Dispatcher dispatcher)
45
ContextLayoutManager
lm = dispatcher.Reserved3 as
ContextLayoutManager
;
115
((
ContextLayoutManager
)arg).NeedsRecalc();
563
ContextLayoutManager
ContextLayoutManager = arg as
ContextLayoutManager
;
881
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(e.Dispatcher);
996
ContextLayoutManager
lm =
ContextLayoutManager
.From(e.Dispatcher);
System\Windows\UIElement.cs (24)
261
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
294
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
345
item =
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(value);
357
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Remove(item);
510
ContextLayoutManager
contextLayoutManager = (requireMeasureUpdate || requireArrangeUpdate)
511
?
ContextLayoutManager
.From(e.Dispatcher)
557
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
601
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
640
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
684
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
770
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
814
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
864
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
914
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
1036
ContextLayoutManager
.From(Dispatcher).AddToSizeChangedChain(info);
1634
ContextLayoutManager
.From(Dispatcher).UpdateLayout();
4642
internal
ContextLayoutManager
.LayoutQueue.Request MeasureRequest;
4643
internal
ContextLayoutManager
.LayoutQueue.Request ArrangeRequest;